diff options
author | Jan Holesovsky <kendy@collabora.com> | 2015-08-12 16:58:07 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2015-08-12 17:17:25 +0200 |
commit | ac2f6018e01cbd24f394911e8bcd3ee3c217eb51 (patch) | |
tree | 1985e6b46d6367a50308d0331539bdcf571e3c0d /sd | |
parent | 7f34c3b8932f51fdbb552c43aa84fe9f1a55c826 (diff) |
tdf#80866, bnc#835985: Better solution to the original bnc# bug.
The behavior was confusing from the user point of view - the "Default" meant
the handout layout (that by default is 6 slides per page), not any kind of
default. And it looked like the orientation does not work.
Let's provide better wording instead of "Default" at least.
The ideal would be also to disable the "Order" when "According to layout" is
chosen. Unfortunately it is not easily possible, as the enabling/disabling
is controlled by the UIControlOptions's mnDependsOnEntry, and that allows only
one value; and we'd need "everything but the 0" there.
Change-Id: Ife98c421bf8f52506a7dc32caea6af6c24ef17c6
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/DocumentRenderer.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/DocumentRenderer.src b/sd/source/ui/view/DocumentRenderer.src index f5fc4ff99b31..2594124bcf1b 100644 --- a/sd/source/ui/view/DocumentRenderer.src +++ b/sd/source/ui/view/DocumentRenderer.src @@ -56,7 +56,7 @@ Resource _STR_IMPRESS_PRINT_UI_OPTIONS { ItemList [ en-US ] = { - < "Default" ; > ; + < "According to layout" ; > ; < "1" ; > ; < "2" ; > ; < "3" ; > ; |