[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/01: settings: Make strings translatablei (Bug #16496)

noreply at xfce.org noreply at xfce.org
Tue Mar 3 23:53:33 CET 2020


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-clipman-plugin.

commit 503ededad26114b6b7309da64840bbe8baa3ab94
Author: Mikhail Efremov <sem at altlinux.org>
Date:   Tue Mar 3 15:46:15 2020 +0300

    settings: Make strings translatablei (Bug #16496)
    
    This fixes commit 3d96e446dfb814cfb3d5d0fbb91ef423a8a864dd.
---
 panel-plugin/settings-dialog.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/settings-dialog.ui b/panel-plugin/settings-dialog.ui
index 3d79d4a..29bf53c 100644
--- a/panel-plugin/settings-dialog.ui
+++ b/panel-plugin/settings-dialog.ui
@@ -41,7 +41,7 @@
             <property name="can_focus">False</property>
             <child>
               <object class="GtkButton" id="settings-dialog-button-help">
-                <property name="label">_Help</property>
+                <property name="label" translatable="yes">_Help</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -56,7 +56,7 @@
             </child>
             <child>
               <object class="GtkButton" id="settings-dialog-button-close">
-                <property name="label">_Close</property>
+                <property name="label" translatable="yes">_Close</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
@@ -1160,7 +1160,7 @@ Otherwise the menu will only appear when calling "xfce4-popup-clipman-actions" (
     </action-widgets>
   </object>
   <object class="GtkTextBuffer" id="textbuffer1">
-    <property name="text">Type here your custom text, for example a URL, a filename, etc.</property>
+    <property name="text" translatable="yes">Type here your custom text, for example a URL, a filename, etc.</property>
   </object>
   <object class="GtkDialog" id="regex-dialog">
     <property name="can_focus">False</property>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list