[gnome-bluetooth] Add translator comments for matches/does not match buttons



commit 1bb64b0b753a368edd7e912aba94a5ce9d24fc10
Author: Claude Paroz <claude 2xlibre net>
Date:   Tue Jul 7 22:09:05 2009 +0200

    Add translator comments for matches/does not match buttons

 wizard/wizard.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wizard/wizard.ui b/wizard/wizard.ui
index 5850ec0..2f6b75c 100644
--- a/wizard/wizard.ui
+++ b/wizard/wizard.ui
@@ -576,7 +576,7 @@
     <signal name="clicked" handler="restart_button_clicked"/>
   </object>
   <object class="GtkButton" id="does_not_match_button">
-    <property name="label" translatable="yes">Does not match</property>
+    <property name="label" comments="This is a button to answer: Does the passkey matches the one on the device?" translatable="yes">Does not match</property>
     <property name="visible">True</property>
     <property name="can_focus">True</property>
     <property name="receives_default">True</property>
@@ -585,7 +585,7 @@
     <signal name="clicked" handler="does_not_match_cb"/>
   </object>
   <object class="GtkButton" id="matches_button">
-    <property name="label" translatable="yes">Matches</property>
+    <property name="label" comments="This is a button to answer: Does the passkey matches the one on the device?" translatable="yes">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]