[gnome-sudoku/gnome-3-16: 3/14] Tweak DifficultyCategory.to_string() some more
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sudoku/gnome-3-16: 3/14] Tweak DifficultyCategory.to_string() some more
- Date: Mon, 16 Feb 2015 21:12:27 +0000 (UTC)
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]