[gnome-games] sudoku: Change grammar in error text (Bug #628161)



commit 878c52c8dead7812fadae16c5052cf790a20f502
Author: Robert Ancell <robert ancell canonical com>
Date:   Fri Oct 22 16:35:05 2010 +1100

    sudoku: Change grammar in error text (Bug #628161)

 gnome-sudoku/src/lib/saver.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnome-sudoku/src/lib/saver.py b/gnome-sudoku/src/lib/saver.py
index 357bf81..771c515 100644
--- a/gnome-sudoku/src/lib/saver.py
+++ b/gnome-sudoku/src/lib/saver.py
@@ -165,8 +165,8 @@ class SudokuTracker:
             outfi.close()
         except (OSError, IOError), e:
             show_message(
-                title = _('Sudoku unable to save game.'),
-                label = _('Sudoku unable to save game.'),
+                title = _('Unable to save game.'),
+                label = _('Unable to save game.'),
                 message_type = gtk.MESSAGE_ERROR,
                 sublabel = (_('Unable to save file %(filename)s.') % locals()
                           + '\n' +
@@ -190,8 +190,8 @@ class SudokuTracker:
             outfi.close()
         except (OSError, IOError), e:
             show_message(
-                title = _('Sudoku unable to mark game as finished.'),
-                label = _('Sudoku unable to mark game as finished.'),
+                title = _('Unable to mark game as finished.'),
+                label = _('Unable to mark game as finished.'),
                 message_type = gtk.MESSAGE_ERROR,
                 sublabel = (_('Unable to save file %(filename)s.') % locals() + '\n' +
                           _('Error %(errno)s: %(error)s') % {



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