sw/uiconfig/swriter/ui/framedialog.ui | 2 +- sw/uiconfig/swriter/ui/picturedialog.ui | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 0e5f4f3ac15e22cfcf4447704105aaa0d1e241ee Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Fri May 13 16:23:48 2022 +0100 Commit: Seth Chaiklin <sdc.bla...@youmail.dk> CommitDate: Thu May 19 23:37:35 2022 +0200 tdf#138844 rename "Type" and "Image" tabs in Image Properties dialog Change the Tab label in Image Properties dialog. "Type -> "Position and Size" To keep consistency in appearance across related dialogs, made same change for the Frame dialog in this patch, and for Object dialog in https://gerrit.libreoffice.org/c/core/+/134186 Change the Tab label in Image Properties dialog. "Image -> "Rotation" Not found in the related dialogs. Change-Id: I57a3fbd45f84513e55e71896a141201bef000507 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134189 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk> diff --git a/sw/uiconfig/swriter/ui/framedialog.ui b/sw/uiconfig/swriter/ui/framedialog.ui index 9adc58ab67bc..f5725f3cdfc8 100644 --- a/sw/uiconfig/swriter/ui/framedialog.ui +++ b/sw/uiconfig/swriter/ui/framedialog.ui @@ -108,7 +108,7 @@ <object class="GtkLabel" id="type"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="framedialog|type">Type</property> + <property name="label" translatable="yes" context="framedialog|type">Position and Size</property> </object> <packing> <property name="tab-fill">False</property> diff --git a/sw/uiconfig/swriter/ui/picturedialog.ui b/sw/uiconfig/swriter/ui/picturedialog.ui index 88925f253b39..2a4b6f431056 100644 --- a/sw/uiconfig/swriter/ui/picturedialog.ui +++ b/sw/uiconfig/swriter/ui/picturedialog.ui @@ -133,7 +133,7 @@ <object class="GtkLabel" id="type"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="picturedialog|type">Type</property> + <property name="label" translatable="yes" context="picturedialog|type">Position and Size</property> </object> <packing> <property name="tab_fill">False</property> @@ -324,7 +324,7 @@ <object class="GtkLabel" id="picture"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="picturedialog|picture">Image</property> + <property name="label" translatable="yes" context="picturedialog|picture">Rotation</property> </object> <packing> <property name="position">4</property>