pidgin/resources/Prefs/conversation.ui

branch
gtk4
changeset 41581
732b1fcb8e31
parent 41551
865be7af93d6
child 41624
673856331454
--- a/pidgin/resources/Prefs/conversation.ui	Tue Aug 23 03:44:28 2022 -0500
+++ b/pidgin/resources/Prefs/conversation.ui	Tue Aug 23 04:28:29 2022 -0500
@@ -24,10 +24,8 @@
   <!-- interface-name Pidgin -->
   <!-- interface-description Internet Messenger -->
   <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
-  <object class="TalkatuTagTable" id="format_tag_table"/>
   <object class="TalkatuWholeBuffer" id="format_buffer">
-    <property name="tag-table">format_tag_table</property>
-    <property name="text" translatable="yes">This is how your outgoing message text will appear when you use protocols that support formatting.</property>
+    <property name="text" translatable="1">This is how your outgoing message text will appear when you use protocols that support formatting.</property>
     <property name="style">whole</property>
   </object>
   <object class="GtkAdjustment" id="minimum_entry_lines.adjustment">
@@ -41,7 +39,7 @@
   <template class="PidginConversationPrefs" parent="AdwPreferencesPage">
     <child>
       <object class="AdwPreferencesGroup">
-        <property name="title" translatable="yes">Conversations</property>
+        <property name="title" translatable="1">Conversations</property>
         <child>
           <object class="GtkBox">
             <property name="margin-start">12</property>
@@ -49,27 +47,27 @@
             <property name="spacing">6</property>
             <child>
               <object class="GtkCheckButton" id="show_incoming_formatting">
-                <property name="label" translatable="yes">Show _formatting on incoming messages</property>
+                <property name="label" translatable="1">Show _formatting on incoming messages</property>
                 <property name="focusable">1</property>
                 <property name="use-underline">1</property>
               </object>
             </child>
             <child>
               <object class="GtkCheckButton" id="im.send_typing">
-                <property name="label" translatable="yes">_Notify buddies that you are typing to them</property>
+                <property name="label" translatable="1">_Notify buddies that you are typing to them</property>
                 <property name="focusable">1</property>
                 <property name="use-underline">1</property>
               </object>
             </child>
             <child>
               <object class="GtkCheckButton" id="use_smooth_scrolling">
-                <property name="label" translatable="yes">Use smooth-scrolling</property>
+                <property name="label" translatable="1">Use smooth-scrolling</property>
                 <property name="focusable">1</property>
               </object>
             </child>
             <child>
               <object class="GtkCheckButton" id="win32.blink_im">
-                <property name="label" translatable="yes">F_lash window when IMs are received</property>
+                <property name="label" translatable="1">F_lash window when IMs are received</property>
                 <property name="focusable">1</property>
                 <property name="use-underline">1</property>
               </object>
@@ -79,13 +77,12 @@
                 <property name="spacing">6</property>
                 <child>
                   <object class="GtkLabel">
-                    <property name="label" translatable="yes">Minimum input area height in lines:</property>
+                    <property name="label" translatable="1">Minimum input area height in lines:</property>
                   </object>
                 </child>
                 <child>
                   <object class="GtkSpinButton" id="minimum_entry_lines">
                     <property name="focusable">1</property>
-                    <property name="input-purpose">digits</property>
                     <property name="adjustment">minimum_entry_lines.adjustment</property>
                     <property name="numeric">1</property>
                   </object>
@@ -98,7 +95,7 @@
     </child>
     <child>
       <object class="AdwPreferencesGroup">
-        <property name="title" translatable="yes">Default Formatting</property>
+        <property name="title" translatable="1">Default Formatting</property>
         <child>
           <object class="GtkBox" id="sample_box">
             <property name="margin-start">12</property>

mercurial