summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-25 19:55:15 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-25 19:55:15 +0200
commitbacb80dec4bbe61e7ecfd02628b043a51affeb42 (patch)
tree19510521098f54aed39493ff49b27ab14f5d3296 /plugins
parented1d8f2fa9f174780cdfb518f1a144bb0aaf42e9 (diff)
gtkui: another fix for "set custom title" text
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/deadbeef.glade2
-rw-r--r--plugins/gtkui/interface.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtkui/deadbeef.glade b/plugins/gtkui/deadbeef.glade
index d95ca35f..59ac4533 100644
--- a/plugins/gtkui/deadbeef.glade
+++ b/plugins/gtkui/deadbeef.glade
@@ -8827,7 +8827,7 @@ Descending</property>
<widget class="GtkCheckButton" id="set_custom_title">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Set custom title</property>
+ <property name="label" translatable="yes">Set Custom Title</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
diff --git a/plugins/gtkui/interface.c b/plugins/gtkui/interface.c
index b4b58f99..d17269c6 100644
--- a/plugins/gtkui/interface.c
+++ b/plugins/gtkui/interface.c
@@ -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);