pidgin/plugins/disco/resources/disco.ui

changeset 43194
77aadc520684
parent 42090
a109a8cc8059
--- a/pidgin/plugins/disco/resources/disco.ui	Wed Mar 12 01:24:36 2025 -0500
+++ b/pidgin/plugins/disco/resources/disco.ui	Thu Mar 13 16:09:57 2025 -0500
@@ -26,7 +26,7 @@
   <!-- interface-description Internet Messenger -->
   <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
   <template class="PidginDiscoDialog" parent="GtkDialog">
-    <property name="title" translatable="1">Service Discovery</property>
+    <property name="title" translatable="yes">Service Discovery</property>
     <signal name="destroy" handler="destroy_win_cb" swapped="no"/>
     <child internal-child="content_area">
       <object class="GtkBox">
@@ -37,7 +37,7 @@
             <property name="spacing">6</property>
             <child>
               <object class="GtkLabel">
-                <property name="label" translatable="1">_Account:</property>
+                <property name="label" translatable="yes">_Account:</property>
                 <property name="use_underline">1</property>
                 <property name="xalign">0</property>
               </object>
@@ -91,7 +91,7 @@
                 <child>
                   <object class="GtkColumnViewColumn">
                     <property name="resizable">1</property>
-                    <property name="title" translatable="1">Name</property>
+                    <property name="title" translatable="yes">Name</property>
                     <property name="factory">
                       <object class="GtkBuilderListItemFactory">
                         <property name="bytes">
@@ -155,7 +155,7 @@
                   <object class="GtkColumnViewColumn">
                     <property name="expand">1</property>
                     <property name="resizable">1</property>
-                    <property name="title" translatable="1">Description</property>
+                    <property name="title" translatable="yes">Description</property>
                     <property name="factory">
                       <object class="GtkBuilderListItemFactory">
                         <property name="bytes">
@@ -204,7 +204,7 @@
     </child>
     <child type="action">
       <object class="GtkButton" id="stop_button">
-        <property name="label" translatable="1">_Stop</property>
+        <property name="label" translatable="yes">_Stop</property>
         <property name="focusable">1</property>
         <property name="receives_default">1</property>
         <property name="use_underline">1</property>
@@ -213,7 +213,7 @@
     </child>
     <child type="action">
       <object class="GtkButton" id="browse_button">
-        <property name="label" translatable="1">_Browse</property>
+        <property name="label" translatable="yes">_Browse</property>
         <property name="focusable">1</property>
         <property name="receives_default">1</property>
         <property name="use_underline">1</property>
@@ -222,7 +222,7 @@
     </child>
     <child type="action">
       <object class="GtkButton" id="register_button">
-        <property name="label" translatable="1">Register</property>
+        <property name="label" translatable="yes">Register</property>
         <property name="focusable">1</property>
         <property name="receives_default">1</property>
         <property name="action-name">disco.register</property>
@@ -230,7 +230,7 @@
     </child>
     <child type="action">
       <object class="GtkButton" id="add_button">
-        <property name="label" translatable="1">_Add</property>
+        <property name="label" translatable="yes">_Add</property>
         <property name="focusable">1</property>
         <property name="receives_default">1</property>
         <property name="use_underline">1</property>
@@ -239,7 +239,7 @@
     </child>
     <child type="action">
       <object class="GtkButton" id="close_button">
-        <property name="label" translatable="1">_Close</property>
+        <property name="label" translatable="yes">_Close</property>
         <property name="focusable">1</property>
         <property name="receives_default">1</property>
         <property name="use_underline">1</property>

mercurial