[meld] Fix capitalisation in Find labels (bgo#699397)



commit ca269539f250c3834ce3e1017a29b71ea49bbd1a
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Thu May 2 06:23:52 2013 +1000

    Fix capitalisation in Find labels (bgo#699397)

 data/ui/findbar.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/findbar.ui b/data/ui/findbar.ui
index d800ccb..0f04c71 100644
--- a/data/ui/findbar.ui
+++ b/data/ui/findbar.ui
@@ -182,7 +182,7 @@
             <property name="spacing">6</property>
             <child>
               <object class="GtkCheckButton" id="match_case">
-                <property name="label" translatable="yes">_Match Case</property>
+                <property name="label" translatable="yes">_Match case</property>
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="receives_default">False</property>
@@ -216,7 +216,7 @@
             </child>
             <child>
               <object class="GtkCheckButton" id="regex">
-                <property name="label" translatable="yes">Regular E_xpression</property>
+                <property name="label" translatable="yes">Regular e_xpression</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>


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