diff options
author | Cor Nouws <oolst@nouenoff.nl> | 2016-08-19 21:59:35 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-10-14 06:43:47 +0000 |
commit | 44a02cc81d8a23f19655ae9f67ff69bdfe683df9 (patch) | |
tree | 5a881b4902a4a9a0113cea19222f508f0b98a6f0 | |
parent | 78310ffb41cd00a1d0a7ab15a5c44cae02c08184 (diff) |
Better wording in UI for in case of PDF export from Calc - tdf#90436
Change-Id: I4d53faee7a057e9de20bbff5469a95e2797fcf57
Reviewed-on: https://gerrit.libreoffice.org/28255
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
-rw-r--r-- | filter/uiconfig/ui/pdfgeneralpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/uiconfig/ui/pdfgeneralpage.ui b/filter/uiconfig/ui/pdfgeneralpage.ui index 0cfa5c9d7e6f..c443bfb3e91f 100644 --- a/filter/uiconfig/ui/pdfgeneralpage.ui +++ b/filter/uiconfig/ui/pdfgeneralpage.ui @@ -77,7 +77,7 @@ </child> <child> <object class="GtkRadioButton" id="selection"> - <property name="label" translatable="yes">_Selection</property> + <property name="label" translatable="yes">_Selection/Selected sheet(s)</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |