[gnome-games] Make menu entries HIG compliant



commit 3898af6af2fb97f164450e5c842aa8160205bca6
Author: Robert Ancell <robert ancell gmail com>
Date:   Thu Apr 22 11:14:39 2010 +1000

    Make menu entries HIG compliant

 gnome-sudoku/src/lib/main.py |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gnome-sudoku/src/lib/main.py b/gnome-sudoku/src/lib/main.py
index b337901..a3e1874 100644
--- a/gnome-sudoku/src/lib/main.py
+++ b/gnome-sudoku/src/lib/main.py
@@ -237,7 +237,7 @@ class UI (gconf_wrapper.GConfWrapper):
              '<Control>n', _('New game'), self.new_cb),
             ('Print', gtk.STOCK_PRINT, None,
              None, _('Print current game'), self.print_game),
-            ('PrintMany', gtk.STOCK_PRINT, _('Print _Multiple Sudokus'),
+            ('PrintMany', gtk.STOCK_PRINT, _('Print _Multiple Sudokus...'),
              None, _('Print more than one sudoku at a time.'), self.print_multiple_games),
             ('Close', gtk.STOCK_CLOSE, None, '<Control>w',
              _('Close Sudoku'), self.quit_cb),
@@ -250,12 +250,12 @@ class UI (gconf_wrapper.GConfWrapper):
             ('AutofillCurrentSquare', gtk.STOCK_APPLY, _('_Fill'), '<Control>f',
              _('Automatically fill in the current square if possible.'),
              self.auto_fill_current_square_cb),
-            ('Autofill', gtk.STOCK_REFRESH, _('Fill _all squares'), '<Control>a',
+            ('Autofill', gtk.STOCK_REFRESH, _('Fill _All Squares'), '<Control>a',
              _('Automatically fill in all squares for which there is only one valid value.'),
              self.auto_fill_cb),
             ('FullScreen', gtk.STOCK_FULLSCREEN, None,
              'F11', None, self.full_screen_cb),
-            ('PuzzleInfo', gtk.STOCK_ABOUT, _('Puzzle _Statistics'),
+            ('PuzzleInfo', gtk.STOCK_ABOUT, _('Puzzle _Statistics...'),
              None, _('Show statistics about current puzzle'),
              self.show_info_cb),
             ('Help', None, _('_Help'),
@@ -268,17 +268,17 @@ class UI (gconf_wrapper.GConfWrapper):
         self.main_actions.add_toggle_actions([
             ('AlwaysShowPossible',
              None,
-             _('_Always show hint'),
+             _('_Always Show Hint'),
              None,
              _('Always show possible numbers in a square'),
              self.auto_hint_cb),
             ('ShowImpossibleImplications',
              None,
-             _('Warn about _unfillable squares'),
+             _('Warn About _Unfillable Squares'),
              None,
              _('Warn about squares made unfillable by a move'),
              self.impossible_implication_cb),
-            ('Tracker', 'tracks', _('_Track additions'),
+            ('Tracker', 'tracks', _('_Track Additions'),
              '<Control>T',
              _('Mark new additions in a separate color so you can keep track of them.'),
              self.tracker_toggle_cb, False),



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