diff options
author | Bogdan B <buzea.bogdan@libreoffice.org> | 2022-11-01 21:50:57 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-11-02 11:13:22 +0100 |
commit | c4f5d456e5801843f00a43afd9c0fa43c412d265 (patch) | |
tree | f3530f6d2da450d9976043f46c1c25d14ba89715 /sc/uiconfig/scalc | |
parent | 7ebe087187f781bc260869ac5b7c59a2a19f21cd (diff) |
tdf#134882 Change label in the dialog: 'fit' is replaced with 'shrink'
...because shrink is the only effect of this option to the text.
Change-Id: I63783c05ac92803a6de6581d858590904a9e8275
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142138
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sc/uiconfig/scalc')
-rw-r--r-- | sc/uiconfig/scalc/ui/sheetprintpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/uiconfig/scalc/ui/sheetprintpage.ui b/sc/uiconfig/scalc/ui/sheetprintpage.ui index 41ee7c089d2d..082457ba5747 100644 --- a/sc/uiconfig/scalc/ui/sheetprintpage.ui +++ b/sc/uiconfig/scalc/ui/sheetprintpage.ui @@ -642,8 +642,8 @@ <property name="can-focus">False</property> <items> <item translatable="yes" context="sheetprintpage|comboLB_SCALEMODE">Reduce/enlarge printout</item> - <item translatable="yes" context="sheetprintpage|comboLB_SCALEMODE">Fit print range(s) to width/height</item> - <item translatable="yes" context="sheetprintpage|comboLB_SCALEMODE">Fit print range(s) on number of pages</item> + <item translatable="yes" context="sheetprintpage|comboLB_SCALEMODE">Shrink print range(s) to width/height</item> + <item translatable="yes" context="sheetprintpage|comboLB_SCALEMODE">Shrink print range(s) on number of pages</item> </items> <child internal-child="accessible"> <object class="AtkObject" id="comboLB_SCALEMODE-atkobject"> |