[meld] Change Full Screen -> Fullscreen for cross-app consistency (bgo#699726)



commit 47b421fb5659b7151a2dc2d60c7a5654ae153fdb
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Thu May 9 05:35:16 2013 +1000

    Change Full Screen -> Fullscreen for cross-app consistency (bgo#699726)

 meld/meldwindow.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meld/meldwindow.py b/meld/meldwindow.py
index cf20c63..1c78f7e 100644
--- a/meld/meldwindow.py
+++ b/meld/meldwindow.py
@@ -154,8 +154,8 @@ class MeldWindow(gnomeglade.Component):
                 self.on_menu_about_activate),
         )
         toggleactions = (
-            ("Fullscreen", None, _("Full Screen"), "F11",
-                _("View the comparison in full screen"),
+            ("Fullscreen", None, _("Fullscreen"), "F11",
+                _("View the comparison in fullscreen"),
                 self.on_action_fullscreen_toggled, False),
             ("ToolbarVisible", None, _("_Toolbar"), None,
                 _("Show or hide the toolbar"),


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