summaryrefslogtreecommitdiff
path: root/bin/rc.pl
diff options
context:
space:
mode:
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 {