[Libreoffice-commits] core.git: svx/source svx/uiconfig

Yousuf Philips philipz85 at hotmail.com
Sat Mar 5 12:57:04 UTC 2016


 svx/source/dialog/srchdlg.src                  |    4 ++--
 svx/source/tbxctrls/tbunosearchcontrollers.src |    2 +-
 svx/uiconfig/ui/findreplacedialog.ui           |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 6a85a5ddf5e368871293d9bcaece0593b50b0f1d
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Sat Mar 5 02:25:17 2016 +0400

    Calc: Improve label text in find toolbar and replace dialog
    
    Change-Id: I25eba84394693c9ae50efa8d6587df536052c4ca
    Reviewed-on: https://gerrit.libreoffice.org/22874
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/svx/source/dialog/srchdlg.src b/svx/source/dialog/srchdlg.src
index e50d3d7..bb8f1ed 100644
--- a/svx/source/dialog/srchdlg.src
+++ b/svx/source/dialog/srchdlg.src
@@ -28,11 +28,11 @@ String RID_SVXSTR_SEARCH_STYLES
 };
 String RID_SVXSTR_WRITER_STYLES
 {
-    Text [ en-US ] = "Search for Paragraph St~yles" ;
+    Text [ en-US ] = "Paragraph St~yles" ;
 };
 String RID_SVXSTR_CALC_STYLES
 {
-    Text [ en-US ] = "Search for Cell St~yles" ;
+    Text [ en-US ] = "Cell St~yles" ;
 };
 String RID_SVXSTR_SEARCH
 {
diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.src b/svx/source/tbxctrls/tbunosearchcontrollers.src
index e722d64..1e537a9 100644
--- a/svx/source/tbxctrls/tbunosearchcontrollers.src
+++ b/svx/source/tbxctrls/tbunosearchcontrollers.src
@@ -31,7 +31,7 @@ String RID_SVXSTR_FINDBAR_MATCHCASE
 
 String RID_SVXSTR_FINDBAR_SEARCHFORMATTED
 {
-    Text [ en-US ] = "Search Formatted Display String" ;
+    Text [ en-US ] = "Formatted Display" ;
 };
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui
index bf2989c..1168e74 100644
--- a/svx/uiconfig/ui/findreplacedialog.ui
+++ b/svx/uiconfig/ui/findreplacedialog.ui
@@ -692,7 +692,7 @@
                                     </child>
                                     <child>
                                       <object class="GtkCheckButton" id="allsheets">
-                                        <property name="label" translatable="yes">Search in all sheets</property>
+                                        <property name="label" translatable="yes">All sheets</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">False</property>
                                         <property name="no_show_all">True</property>
@@ -937,7 +937,7 @@
                     </child>
                     <child>
                       <object class="GtkCheckButton" id="searchformatted">
-                        <property name="label" translatable="yes">Search formatted display string</property>
+                        <property name="label" translatable="yes">Formatted display</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>


More information about the Libreoffice-commits mailing list