Author: johannes
Date: 2007-06-04 11:59:04 -0500 (Mon, 04 Jun 2007)
New Revision: 9654
Modified:
trunk/gnue-forms/src/GFObjects/GFField.py
Log:
use u_() for empty and all
Modified: trunk/gnue-forms/src/GFObjects/GFField.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFField.py 2007-06-04 15:35:52 UTC (rev 9653)
+++ trunk/gnue-forms/src/GFObjects/GFField.py 2007-06-04 16:59:04 UTC (rev 9654)
@@ -639,7 +639,7 @@
def __refresh_ui_choices(self):
if self._block.mode == 'query':
- lookup = ['(all)', '(empty)'] + self.__lookup_list
+ lookup = [u_('(all)'), u_('(empty)')] + self.__lookup_list
if '' in lookup:
lookup.remove('')
else:
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.