[gnome-games] quadrapassel: Rename 'bastard mode' to 'choose difficult blocks'



commit b354b5ae2f6f45a9ac2c76c9fe560e58b0875d0a
Author: Robert Ancell <robert ancell gmail com>
Date:   Mon Jul 12 10:42:18 2010 +1000

    quadrapassel: Rename 'bastard mode' to 'choose difficult blocks'

 quadrapassel/tetris.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/quadrapassel/tetris.cpp b/quadrapassel/tetris.cpp
index ad1c9cf..8737578 100644
--- a/quadrapassel/tetris.cpp
+++ b/quadrapassel/tetris.cpp
@@ -690,7 +690,7 @@ Tetris::gameProperties(GtkAction *action, void *d)
 
 	/* bastard mode */
 	t->bastard_mode_toggle =
-		gtk_check_button_new_with_mnemonic (_("_Bastard mode"));
+		gtk_check_button_new_with_mnemonic (_("Choose difficult _blocks"));
 	gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON (t->bastard_mode_toggle),
 				     bastard_mode);
 	g_signal_connect (t->bastard_mode_toggle, "clicked",



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