Skip to content

Commit

Permalink
Merge branch 'fix-rename-rechnung-quittung' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
sedrubal committed Jul 14, 2016
2 parents 4fcad1e + a82eb09 commit 96c189f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FabLabKasse/UI/PayupCashDialogCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def update(self):
# and we are not in the special case where receipt printing is enforced by the backend
if self.centsReceived > self.centsPaidOut and self.centsToPay > 0:
self.pushButton_receipt.setVisible(True)
self.pushButton_finish.setText(u"Ich brauche keine Rechnung")
self.pushButton_finish.setText(u"Ich brauche keine Quittung")
else:
raise Exception("Unknown state")

Expand Down

0 comments on commit 96c189f

Please sign in to comment.