diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-14 14:23:56 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-14 16:16:52 +0100 |
commit | 4ed9ffad92c83db21c9fcb62e414aa0cb8f5c4c4 (patch) | |
tree | 2f1a6d61d2a10a92da0c28d4a73a373ecb220078 /sd/uiconfig | |
parent | 55ad4e3cb7a0d705ff1c0f26feb644d8b06b71d8 (diff) |
tdf#116342 Fix label: selectable, not selected is what this means
Change-Id: Ie9b4fc71c7f262f896b69bbf4747f08e160447d7
Reviewed-on: https://gerrit.libreoffice.org/51275
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/optimpressgeneralpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui index af027ea1cb00..cb391d1ac5df 100644 --- a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui +++ b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui @@ -53,7 +53,7 @@ </child> <child> <object class="GtkCheckButton" id="textselected"> - <property name="label" translatable="yes" context="optimpressgeneralpage|textselected">Only text area selected</property> + <property name="label" translatable="yes" context="optimpressgeneralpage|textselected">Only text area selectable</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |