[Libreoffice-commits] core.git: sw/uiconfig

Miklos Vajna vmiklos at collabora.co.uk
Mon Feb 2 12:22:59 PST 2015


 sw/uiconfig/swriter/ui/optcomparison.ui |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit fbf7b31f17243b58097aedd2a990ecaf301b341f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Mon Feb 2 21:21:26 2015 +0100

    sw: don't expose RSID as-is in optcomparison
    
    Probably most users have no idea what an RSID is, try to describe it
    instead.
    
    Change-Id: I60e9d3729c55646b7877411614346b75e7e2c8d2

diff --git a/sw/uiconfig/swriter/ui/optcomparison.ui b/sw/uiconfig/swriter/ui/optcomparison.ui
index f204294..4de04a2 100644
--- a/sw/uiconfig/swriter/ui/optcomparison.ui
+++ b/sw/uiconfig/swriter/ui/optcomparison.ui
@@ -143,7 +143,7 @@
                 </child>
                 <child>
                   <object class="GtkCheckButton" id="useRSID">
-                    <property name="label" translatable="yes">Use _RSID</property>
+                    <property name="label" translatable="yes">Take it into account when comparing</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
@@ -176,7 +176,7 @@
                 </child>
                 <child>
                   <object class="GtkCheckButton" id="storeRSID">
-                    <property name="label" translatable="yes">Store RSID</property>
+                    <property name="label" translatable="yes">Store it when changing the document</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
@@ -204,7 +204,7 @@
           <object class="GtkLabel" id="setting">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label" translatable="yes">Settings</property>
+            <property name="label" translatable="yes">Random number to improve accuracy of document comparision</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>


More information about the Libreoffice-commits mailing list