diff options
author | Joel <jmadero.dev@gmail.com> | 2015-12-13 11:04:42 -0800 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-12-14 06:52:01 +0000 |
commit | 6fb1da55085ec37ca6ffde5d9bbc73585b26dee5 (patch) | |
tree | a41c7f0ce9760a81b94b0e22753e1323461eb36d /cui | |
parent | 4ec0cc0781312d908a46dca382fae8e416753756 (diff) |
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@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optadvancedpage.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/uiconfig/ui/optadvancedpage.ui b/cui/uiconfig/ui/optadvancedpage.ui index 35e081bc6108..7f15f197db48 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> |