[gnome-bluetooth] Fix remaining translation issues of bug #590679.
- From: Andre Klapper <aklapper src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] Fix remaining translation issues of bug #590679.
- Date: Sun, 23 Aug 2009 21:36:39 +0000 (UTC)
commit 81c72fffcaddda22840ac3082f39c3afcf89ec5c
Author: Andre Klapper <a9016009 gmx de>
Date: Sun Aug 23 23:36:05 2009 +0200
Fix remaining translation issues of bug #590679.
sendto/main.c | 3 +--
wizard/wizard.ui | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/sendto/main.c b/sendto/main.c
index f8bd7c3..3698281 100644
--- a/sendto/main.c
+++ b/sendto/main.c
@@ -164,9 +164,8 @@ static void create_window(void)
label = gtk_label_new(NULL);
gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
- /* translators:
- * This is the heading for the progress dialogue */
text = g_markup_printf_escaped("<span size=\"larger\"><b>%s</b></span>",
+ /* translators: This is the heading for the progress dialogue */
_("Sending files via Bluetooth"));
gtk_label_set_markup(GTK_LABEL(label), text);
g_free(text);
diff --git a/wizard/wizard.ui b/wizard/wizard.ui
index 36c8480..43ceaa9 100644
--- a/wizard/wizard.ui
+++ b/wizard/wizard.ui
@@ -551,7 +551,7 @@
<signal name="clicked" handler="restart_button_clicked"/>
</object>
<object class="GtkButton" id="does_not_match_button">
- <property name="label" comments="This is a button to answer: Does the PIN matches the one on the device?" translatable="yes">Does not match</property>
+ <property name="label" translatable="yes" comments="This is a button to answer: Does the PIN matches the one on the device?">Does not match</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -560,7 +560,7 @@
<signal name="clicked" handler="does_not_match_cb"/>
</object>
<object class="GtkButton" id="matches_button">
- <property name="label" comments="This is a button to answer: Does the PIN matches the one on the device?" translatable="yes">Matches</property>
+ <property name="label" translatable="yes" comments="This is a button to answer: Does the PIN matches the one on the device?">Matches</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]