diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-27 20:59:06 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-27 20:59:06 +0000 |
commit | c43137f749d2ced04753b00dfed6797d6c7e1ef4 (patch) | |
tree | f6ee6307dd131f3f3be9e9ff99076ff07f35cfc6 | |
parent | 45d9674323d8828c71a807ba5d23173868dea298 (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
-rwxr-xr-x | bin/rc.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |