[gnome-sudoku/gnome-3-16: 3/14] Tweak DifficultyCategory.to_string() some more



commit 797a57c7136dab5dbd033e0f8add1099e762dd5e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Oct 4 13:57:34 2014 -0500

    Tweak DifficultyCategory.to_string() some more

 lib/sudoku-board.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/sudoku-board.vala b/lib/sudoku-board.vala
index 02f3329..b36d694 100644
--- a/lib/sudoku-board.vala
+++ b/lib/sudoku-board.vala
@@ -590,7 +590,7 @@ public enum DifficultyCategory {
             case EASY:
                 return _("Easy Puzzle");
             case MEDIUM:
-                return _("Medium Puzzle");
+                return _("Medium Difficulty");
             case HARD:
                 return _("Hard Puzzle");
             case VERY_HARD:


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