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

Joel jmadero.dev at gmail.com
Sun Dec 13 22:52:29 PST 2015


 cui/uiconfig/ui/optadvancedpage.ui |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 6fb1da55085ec37ca6ffde5d9bbc73585b26dee5
Author: Joel <jmadero.dev at gmail.com>
Date:   Sun Dec 13 11:04:42 2015 -0800

    tdf#81519 Clarifying advanced options (unstable vs. limited)
    
    minor update to clarify unstable features against macro (limited) features
    
    Change-Id: I30c782144e5dff3c300cfcf431c745597f0c3db2
    Reviewed-on: https://gerrit.libreoffice.org/20688
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/cui/uiconfig/ui/optadvancedpage.ui b/cui/uiconfig/ui/optadvancedpage.ui
index 35e081b..7f15f19 100644
--- a/cui/uiconfig/ui/optadvancedpage.ui
+++ b/cui/uiconfig/ui/optadvancedpage.ui
@@ -312,7 +312,7 @@
                 <property name="row_spacing">6</property>
                 <child>
                   <object class="GtkCheckButton" id="experimental">
-                    <property name="label" translatable="yes">Enable experimental features</property>
+                    <property name="label" translatable="yes">Enable experimental features (may be unstable)</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
@@ -327,7 +327,7 @@
                 </child>
                 <child>
                   <object class="GtkCheckButton" id="macrorecording">
-                    <property name="label" translatable="yes">Enable macro recording (limited)</property>
+                    <property name="label" translatable="yes">Enable macro recording (may be limited)</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
@@ -361,7 +361,7 @@
           <object class="GtkLabel" id="label12">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label" translatable="yes">Optional (Unstable) Options</property>
+            <property name="label" translatable="yes">Optional Features:</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>


More information about the Libreoffice-commits mailing list