[four-in-a-row] Trivial: tweak the hint button tooltip
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row] Trivial: tweak the hint button tooltip
- Date: Sun, 16 Feb 2014 16:31:38 +0000 (UTC)
commit 0291a298e2b33c9c6eacc17c12634491cf21e5a2
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Feb 16 10:31:13 2014 -0600
Trivial: tweak the hint button tooltip
src/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 28e99cd..7a3b12a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1249,7 +1249,7 @@ create_app (void)
gtk_button_set_image (GTK_BUTTON (hint_button), image);
gtk_button_set_relief (GTK_BUTTON (hint_button), GTK_RELIEF_NONE);
gtk_actionable_set_action_name (GTK_ACTIONABLE (hint_button), "app.hint");
- gtk_widget_set_tooltip_text (hint_button, _("Receive a hint for the next move"));
+ gtk_widget_set_tooltip_text (hint_button, _("Receive a hint for your next move"));
gtk_box_pack_start (GTK_BOX (vbox), hint_button, FALSE, FALSE, 0);
new_game_button = gtk_button_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]