Post 91: button always says Resume on Maemo
authorepage <eopage@byu.net>
Fri, 7 May 2010 03:12:26 +0000 (03:12 +0000)
committerepage <eopage@byu.net>
Fri, 7 May 2010 03:12:26 +0000 (03:12 +0000)
git-svn-id: file:///svnroot/nqaap/trunk@10 00ff6f12-f5ab-46b1-af0e-967c86d3154f

src/opt/Nqa-Audiobook-player/Gui.py

index 0f51f36..0ddb493 100644 (file)
@@ -526,7 +526,7 @@ class Gui(object):
 
     def set_button_text(self, title, text):
         if hildonize.IS_FREMANTLE_SUPPORTED:
-            self.button.set_text("Resume", "Resume playing the audiobook")
+            self.button.set_text(title, text)
         else:
             self.button.set_label("%s - %s" % (title, text))