[gnome-dvb-daemon] Use different title for page and progress bar



commit f71fed8c277f656a5339101e824c2ccda9704de2
Author: Sebastian Pölsterl <poelster in tum de>
Date:   Wed Jun 15 21:02:18 2016 +0100

    Use different title for page and progress bar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688680

 client/gnomedvb/ui/wizard/pages/SetupDevicePage.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/client/gnomedvb/ui/wizard/pages/SetupDevicePage.py 
b/client/gnomedvb/ui/wizard/pages/SetupDevicePage.py
index 4c2d4ef..72d7e42 100644
--- a/client/gnomedvb/ui/wizard/pages/SetupDevicePage.py
+++ b/client/gnomedvb/ui/wizard/pages/SetupDevicePage.py
@@ -43,7 +43,7 @@ class SetupDevicePage(BasePage):
         self.__success = False
 
     def get_page_title(self):
-        return _("Configuring device")
+        return _("Device configuration")
 
     def get_page_type(self):
         return Gtk.AssistantPageType.PROGRESS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]