dabo Commit
Revision 6668
Date: 2011-07-07 03:24:00 -0700 (Thu, 07 Jul 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6668

Changed:
U   trunk/dabo/lib/datanav/PageFrame.py

Log:
Wrapped strings in _().

Diff:
Modified: trunk/dabo/lib/datanav/PageFrame.py
===================================================================
--- trunk/dabo/lib/datanav/PageFrame.py 2011-07-05 10:22:04 UTC (rev 6667)
+++ trunk/dabo/lib/datanav/PageFrame.py 2011-07-07 10:24:00 UTC (rev 6668)
@@ -23,7 +23,7 @@
                        biz = self.Form.PrimaryBizobj
                        if biz and biz.RowCount == 0:
                                self.SelectedPageNumber = 0
-                               self.Form.StatusText = "No records available"
+                               self.Form.StatusText = _("No records available")
                                return False
 
 



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to