[gnome-games] sudoku: silence a mismatched quotes message



commit 54221d0f5a1d92d469d510ff2eee18e209d6cbd9
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Wed Jul 6 01:53:51 2011 +0200

    sudoku: silence a mismatched quotes message

 gnome-sudoku/src/lib/gtk_goodies/Undo.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-sudoku/src/lib/gtk_goodies/Undo.py b/gnome-sudoku/src/lib/gtk_goodies/Undo.py
index c724be5..594fba9 100644
--- a/gnome-sudoku/src/lib/gtk_goodies/Undo.py
+++ b/gnome-sudoku/src/lib/gtk_goodies/Undo.py
@@ -359,7 +359,7 @@ class UndoHistoryList (list):
 class MultipleUndoLists:
     """For tabbed interfaces and other places where it makes sense for one
     Action (menu item, etc.) to control multiple UndoLists (since presumably
-    nobody wants to undo things they can't see)"""
+    nobody wants to undo things they cannot see)"""
     def __init__ (self, undo_widget, redo_widget, reapply_widget=None, signal='activate',
                   get_current_id=None):
         self.undo_widget = undo_widget



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