cui/uiconfig/ui/zoomdialog.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 7837c4c7bd25202fd010fbf7b7f5a13388d62007 Author: Seth Chaiklin <[email protected]> AuthorDate: Thu Apr 27 17:26:09 2023 +0200 Commit: Seth Chaiklin <[email protected]> CommitDate: Mon May 1 00:24:12 2023 +0200 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 <[email protected]> Reviewed-by: Heiko Tietze <[email protected]> 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>
