summaryrefslogtreecommitdiff
path: root/plugins/gtkui/interface.c
diff options
context:
space:
mode:
authorGravatar Lithopsian <deadbeef@nartowicz.co.uk>2014-07-06 17:04:02 +0100
committerGravatar Lithopsian <deadbeef@nartowicz.co.uk>2014-07-06 17:04:02 +0100
commit3c8b29056cb4e68067f475ee6653640b199087df (patch)
treeaa9e019475dc3e5183c4c8440ea7c0d8c91ee001 /plugins/gtkui/interface.c
parent6cd87a40c3a3da1ff8ecdc0f8b980cec38de84aa (diff)
parentd012d39f4d256d43cd5e2d95a96f4868fbedd464 (diff)
Merge pull request #8 from Alexey-Yakovenko/master
Resync
Diffstat (limited to 'plugins/gtkui/interface.c')
-rw-r--r--plugins/gtkui/interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtkui/interface.c b/plugins/gtkui/interface.c
index c4c02b73..d17269c6 100644
--- a/plugins/gtkui/interface.c
+++ b/plugins/gtkui/interface.c
@@ -3225,7 +3225,7 @@ create_addlocationdlg (void)
hbox122 = gtk_hbox_new (FALSE, 8);
gtk_box_pack_start (GTK_BOX (vbox45), hbox122, TRUE, TRUE, 0);
- set_custom_title = gtk_check_button_new_with_mnemonic (_("Set custom title"));
+ set_custom_title = gtk_check_button_new_with_mnemonic (_("Set Custom Title"));
gtk_widget_show (set_custom_title);
gtk_box_pack_start (GTK_BOX (hbox122), set_custom_title, FALSE, FALSE, 0);
@@ -4439,7 +4439,7 @@ create_setcustomtitledlg (void)
gtk_widget_show (hbox123);
gtk_box_pack_start (GTK_BOX (vbox46), hbox123, FALSE, TRUE, 0);
- set_custom_title = gtk_check_button_new_with_mnemonic (_("Set custom title"));
+ set_custom_title = gtk_check_button_new_with_mnemonic (_("Set Custom Title"));
gtk_widget_show (set_custom_title);
gtk_box_pack_start (GTK_BOX (hbox123), set_custom_title, FALSE, FALSE, 0);