Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
717ed7e3 by wurstsalat at 2024-06-04T21:16:21+02:00
cfix: VoiceRecorder: Improve strings for translation

- - - - -


1 changed file:

- gajim/data/gui/voice_message_recorder.ui


Changes:

=====================================
gajim/data/gui/voice_message_recorder.ui
=====================================
@@ -54,7 +54,7 @@
                 <property name="can-focus">False</property>
                 <property name="margin-start">5</property>
                 <property name="margin-end">5</property>
-                <property name="label" translatable="yes">0:00</property>
+                <property name="label">0:00</property>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -127,10 +127,11 @@
                 <property name="spacing">12</property>
                 <child>
                   <object class="GtkButton" id="cancel_button">
-                    <property name="label" translatable="yes">Cancel</property>
+                    <property name="label" 
translatable="yes">_Cancel</property>
                     <property name="visible">True</property>
                     <property name="can-focus">True</property>
                     <property name="receives-default">True</property>
+                    <property name="use-underline">True</property>
                     <signal name="clicked" handler="_on_cancel_clicked" 
swapped="no"/>
                   </object>
                   <packing>
@@ -186,11 +187,12 @@
                 </child>
                 <child>
                   <object class="GtkButton" id="send_button">
-                    <property name="label" translatable="yes">Send</property>
+                    <property name="label" translatable="yes">_Send</property>
                     <property name="visible">True</property>
                     <property name="sensitive">False</property>
                     <property name="can-focus">True</property>
                     <property name="receives-default">True</property>
+                    <property name="use-underline">True</property>
                     <signal name="clicked" handler="_on_send_clicked" 
swapped="no"/>
                     <style>
                       <class name="suggested-action"/>



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/717ed7e3ab257f7a258e8b089fabad50b2275a37

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/717ed7e3ab257f7a258e8b089fabad50b2275a37
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to