[POS-commit] r5422 - stoqlib/trunk/stoqlib/gui/editors

Johan Dahlin jdahlin at async.com.br
Thu Nov 30 16:41:14 BRST 2006


Author: jdahlin
Date: Thu Nov 30 16:41:14 2006
New Revision: 5422

Modified:
   stoqlib/trunk/stoqlib/gui/editors/tilleditor.py

Log:
Fix string


Modified: stoqlib/trunk/stoqlib/gui/editors/tilleditor.py
==============================================================================
--- stoqlib/trunk/stoqlib/gui/editors/tilleditor.py	(original)
+++ stoqlib/trunk/stoqlib/gui/editors/tilleditor.py	Thu Nov 30 16:41:14 2006
@@ -123,7 +123,7 @@
     def on_confirm(self):
         self.till.close_till(self.model.value)
         self.till.create_debit(self.model.value,
-                               _(u'Amount removed Till on %s' %
+                               _(u'Amount removed from Till on %s' %
                                  self.till.closing_date.strftime('%x')))
 
         return True


More information about the POS-commit mailing list