diff options
author | Joren De Cuyper <jorendc@libreoffice.org> | 2014-06-25 21:26:00 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-26 15:46:36 +0000 |
commit | 0ac652bbc01ab7c9304b5e230695f4193dfadd09 (patch) | |
tree | 67ff303f3cdae5678c3ab845369bfdd4abacf81e /sc/source/ui/src/scstring.src | |
parent | 224d51af5aa9faa33a57f1325431cd12a7952a62 (diff) |
fdo#39111 - UI inconsistent concerning suppression of output for empty pages
Change-Id: I6017e77e46298b45c7584830178455fe29016209
Reviewed-on: https://gerrit.libreoffice.org/9907
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/src/scstring.src')
-rw-r--r-- | sc/source/ui/src/scstring.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src index b083fffed02d..cc07d2c79a5a 100644 --- a/sc/source/ui/src/scstring.src +++ b/sc/source/ui/src/scstring.src @@ -784,7 +784,7 @@ StringArray SCSTR_PRINT_OPTIONS ItemList [en-US] = { < "Pages"; >; - < "~Include output of empty pages"; >; + < "~Suppress output of empty pages"; >; < "Print content"; >; < "~All sheets"; >; < "~Selected sheets"; >; |