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.blanco@youmail.dk>
diff --git a/sw/uiconfig/swriter/ui/framedialog.ui b/sw/uiconfig/swriter/ui/framedialog.ui
index 9adc58a..f5725f3 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 88925f2..2a4b6f4 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>