[gedit-plugins] findinfiles: Use ":" instead of trailing space in "F_ind " and "_In "



commit f8fb51d99237d7a8e4fe47ec2f4cf9abad9700ce
Author: scootergrisen <scootergrisen gmail com>
Date:   Tue May 26 02:01:12 2020 +0000

    findinfiles: Use ":" instead of trailing space in "F_ind " and "_In "

 plugins/findinfiles/dialog.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/findinfiles/dialog.ui b/plugins/findinfiles/dialog.ui
index bf9f6de..a3b92e6 100644
--- a/plugins/findinfiles/dialog.ui
+++ b/plugins/findinfiles/dialog.ui
@@ -69,7 +69,7 @@
               <object class="GtkLabel" id="search_label">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes" context="label on the left of the GtkEntry 
containing text to search">F_ind </property>
+                <property name="label" translatable="yes" context="label on the left of the GtkEntry 
containing text to search">F_ind:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">search_entry</property>
                 <property name="xalign">1</property>
@@ -96,7 +96,7 @@
               <object class="GtkLabel" id="folder_label">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes">_In </property>
+                <property name="label" translatable="yes">_In:</property>
                 <property name="use_underline">True</property>
                 <property name="mnemonic_widget">sel_folder</property>
                 <property name="xalign">1</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]