summaryrefslogtreecommitdiff
path: root/bin/rc.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-27 20:59:06 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-27 20:59:06 +0000
commitc43137f749d2ced04753b00dfed6797d6c7e1ef4 (patch)
treef6ee6307dd131f3f3be9e9ff99076ff07f35cfc6 /bin/rc.pl
parent45d9674323d8828c71a807ba5d23173868dea298 (diff)
Convert button titles to using strings
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@344 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/rc.pl')
-rwxr-xr-xbin/rc.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rc.pl b/bin/rc.pl
index b3a4f5ba..f5dd535e 100755
--- a/bin/rc.pl
+++ b/bin/rc.pl
@@ -316,7 +316,7 @@ function check_errors(){
value='Calculate'>
|;
print qq|</table><button type="submit" name="action" value="close_till">|.
- $locale->text("close_till").qq|</button>|;
+ $locale->text("Close Till").qq|</button>|;
print qq|
</form>
@@ -666,7 +666,7 @@ sub display_form {
if ($form->{'pos'}){
$close_next = qq|<button type="submit" class="submit" name="action"
- value="close_next">|.$locale->text('close_next').qq|</button>|;
+ value="close_next">|.$locale->text('Close Next').qq|</button>|;
$done = "";
}
else {