diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-04-27 17:26:09 +0200 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2023-05-01 00:24:12 +0200 |
commit | 7837c4c7bd25202fd010fbf7b7f5a13388d62007 (patch) | |
tree | 102e496dd3c0c54c83cb6321f4ecb5b64951ebe9 | |
parent | d049a1439d7db9cc3c68bbec3b496a61e7a7b855 (diff) |
tdf#154940 change label from "Variable" -> "Custom"
Change-Id: I24db05dc26742513c1b6225d5c601ee19078ab87
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151117
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
-rw-r--r-- | cui/uiconfig/ui/zoomdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/zoomdialog.ui b/cui/uiconfig/ui/zoomdialog.ui index b9ca90236145..475344d9d31f 100644 --- a/cui/uiconfig/ui/zoomdialog.ui +++ b/cui/uiconfig/ui/zoomdialog.ui @@ -194,7 +194,7 @@ <property name="spacing">12</property> <child> <object class="GtkRadioButton" id="variable"> - <property name="label" translatable="yes" context="zoomdialog|variable">Variable:</property> + <property name="label" translatable="yes" context="zoomdialog|variable">Custom:</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -228,7 +228,7 @@ <property name="truncate-multiline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="zoomsb-atkobject"> - <property name="AtkObject::accessible-name" translatable="yes" context="zoomdialog|zoomsb-atkobject">Variable</property> + <property name="AtkObject::accessible-name" translatable="yes" context="zoomdialog|zoomsb-atkobject">Custom</property> <property name="AtkObject::accessible-description" translatable="yes" context="zoomdialog|extended_tip|zoomsb">Enter the zoom factor at which you want to display the document. Enter a percentage in the box.</property> </object> </child> |