[gnome-sudoku] Revert "Improve titles"
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sudoku] Revert "Improve titles"
- Date: Wed, 1 Apr 2015 18:00:18 +0000 (UTC)
commit 11c126998765e009e4e93246e5124caddd715938
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Wed Apr 1 12:59:55 2015 -0500
Revert "Improve titles"
This reverts commit 866eb836461de82a73b0bc72a2712853db14014e.
lib/sudoku-board.vala | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lib/sudoku-board.vala b/lib/sudoku-board.vala
index 691e55a..500ceea 100644
--- a/lib/sudoku-board.vala
+++ b/lib/sudoku-board.vala
@@ -596,13 +596,13 @@ public enum DifficultyCategory {
case UNKNOWN:
return _("Unknown Difficulty");
case EASY:
- return _("Easy Puzzle");
+ return _("Easy Difficulty");
case MEDIUM:
- return _("Medium Puzzle");
+ return _("Medium Difficulty");
case HARD:
- return _("Hard Puzzle");
+ return _("Hard Difficulty");
case VERY_HARD:
- return _("Very Hard Puzzle");
+ return _("Very Hard Difficulty");
default:
assert_not_reached ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]