SF.net SVN: fclient:[712] trunk/fclient/src/fclient/Ui_PrefsGlobal.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-21 10:55:02
|
Revision: 712
http://fclient.svn.sourceforge.net/fclient/?rev=712&view=rev
Author: jUrner
Date: 2008-07-21 10:54:28 +0000 (Mon, 21 Jul 2008)
Log Message:
-----------
minor
Modified Paths:
--------------
trunk/fclient/src/fclient/Ui_PrefsGlobal.py
Modified: trunk/fclient/src/fclient/Ui_PrefsGlobal.py
===================================================================
--- trunk/fclient/src/fclient/Ui_PrefsGlobal.py 2008-07-21 10:51:12 UTC (rev 711)
+++ trunk/fclient/src/fclient/Ui_PrefsGlobal.py 2008-07-21 10:54:28 UTC (rev 712)
@@ -32,7 +32,7 @@
self.setDirty(True)
def displayName(self):
- return QtGui.QApplication.translate("PreferencesGlobal", 'Global', None, QtGui.QApplication.UnicodeUTF8)
+ return self.trUtf8('Global')
def canApply(self): return True
def canHelp(self): return True
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|