summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-08-25 11:05:17 +0200
committerGravatar waker <wakeroid@gmail.com>2013-08-25 11:35:19 +0200
commit22768a230f013f6f08e35b40ea57012da9fb0a8b (patch)
tree98363a1d385cc0ef71e4b04d58f7bc34da0bfa21 /plugins
parent3186518f459ed8547361c71d6dba3ea42e5112b5 (diff)
translation sync
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/deadbeef.glade41
-rw-r--r--plugins/gtkui/interface.c2
2 files changed, 22 insertions, 21 deletions
diff --git a/plugins/gtkui/deadbeef.glade b/plugins/gtkui/deadbeef.glade
index 7b23fb8b..46ac26cd 100644
--- a/plugins/gtkui/deadbeef.glade
+++ b/plugins/gtkui/deadbeef.glade
@@ -2571,25 +2571,26 @@ Right</property>
<property name="fill">False</property>
</packing>
</child>
- <child>
- <widget class="GtkCheckButton" id="convert16to24">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="label" translatable="yes">Always convert 16 bit audio to 24 bit</property>
- <property name="use_underline">True</property>
- <property name="relief">GTK_RELIEF_NORMAL</property>
- <property name="focus_on_click">True</property>
- <property name="active">False</property>
- <property name="inconsistent">False</property>
- <property name="draw_indicator">True</property>
- <signal name="toggled" handler="on_convert16to24_toggled" last_modification_time="Fri, 22 Aug 2013 17:25:44 GMT"/>
- </widget>
- <packing>
- <property name="padding">0</property>
- <property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
- </child>
+
+ <child>
+ <widget class="GtkCheckButton" id="convert16to24">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Always convert 16 bit audio to 24 bit</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ <property name="active">False</property>
+ <property name="inconsistent">False</property>
+ <property name="draw_indicator">True</property>
+ <signal name="toggled" handler="on_convert16to24_toggled" last_modification_time="Thu, 22 Aug 2013 17:25:44 GMT"/>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="tab_expand">False</property>
@@ -8288,7 +8289,7 @@ Descending</property>
<widget class="GtkCheckButton" id="use_textcolor">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Text color</property>
+ <property name="label" translatable="yes">Text color:</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 bfe2f8f7..0d99510b 100644
--- a/plugins/gtkui/interface.c
+++ b/plugins/gtkui/interface.c
@@ -4252,7 +4252,7 @@ create_button_properties (void)
gtk_widget_show (hbox118);
gtk_box_pack_start (GTK_BOX (vbox42), hbox118, FALSE, FALSE, 0);
- use_textcolor = gtk_check_button_new_with_mnemonic (_("Text color"));
+ use_textcolor = gtk_check_button_new_with_mnemonic (_("Text color:"));
gtk_widget_show (use_textcolor);
gtk_box_pack_start (GTK_BOX (hbox118), use_textcolor, FALSE, FALSE, 0);