summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2022-05-24 03:13:00 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2022-05-24 08:05:22 +0200
commitac0163be9509d7e3f9761f904e853784f5e92867 (patch)
treef4b8eb67a5988309e92a4093836644268253d232 /svx
parentf817b3de1aa827d93e2a622735c4d570514f4849 (diff)
tdf#149252 adjust vertical/horizontal positioning labels for paragraphs
The Position dialog for objects (shapes, images, frames, OLE objects) used "Margin" in the Vertical position dialog and "Paragraph area" in the Horizontal position dialog. They refer to the same region, so their labels are now unified as "Entire paragraph area", to differentiate it from "Paragraph text area", to better specify the nature of the region, and to make it more parallel to "Entire page" and "Entire frame" options. Only the labels are changed. No change to the underlying functionality. Change-Id: Ic999b85c863b0f08da9f2c74ff33f65dd085dda2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134785 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/swframeposstrings.hrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/swframeposstrings.hrc b/svx/inc/swframeposstrings.hrc
index fd9da2706ac9..23d98260caa9 100644
--- a/svx/inc/swframeposstrings.hrc
+++ b/svx/inc/swframeposstrings.hrc
@@ -33,7 +33,7 @@ const TranslateId RID_SVXSW_FRAMEPOSITIONS[] =
NC_("RID_SVXSW_FRAMEPOSITIONS", "Inside"),
NC_("RID_SVXSW_FRAMEPOSITIONS", "Outside"),
NC_("RID_SVXSW_FRAMEPOSITIONS", "From inside"),
- NC_("RID_SVXSW_FRAMEPOSITIONS", "Paragraph area"),
+ NC_("RID_SVXSW_FRAMEPOSITIONS", "Entire paragraph area"),
NC_("RID_SVXSW_FRAMEPOSITIONS", "Paragraph text area"),
NC_("RID_SVXSW_FRAMEPOSITIONS", "Left of page text area"),
NC_("RID_SVXSW_FRAMEPOSITIONS", "Right of page text area"),
@@ -50,7 +50,7 @@ const TranslateId RID_SVXSW_FRAMEPOSITIONS[] =
NC_("RID_SVXSW_FRAMEPOSITIONS", "Base line"),
NC_("RID_SVXSW_FRAMEPOSITIONS", "Character"),
NC_("RID_SVXSW_FRAMEPOSITIONS", "Row"),
- NC_("RID_SVXSW_FRAMEPOSITIONS", "Margin"),
+ NC_("RID_SVXSW_FRAMEPOSITIONS", "Entire paragraph area"),
NC_("RID_SVXSW_FRAMEPOSITIONS", "Paragraph text area"),
NC_("RID_SVXSW_FRAMEPOSITIONS", "Left of frame text area"),
NC_("RID_SVXSW_FRAMEPOSITIONS", "Right of frame text area"),