svx/inc/swframeposstrings.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ac0163be9509d7e3f9761f904e853784f5e92867 Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Tue May 24 03:13:00 2022 +0200 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Tue May 24 08:05:22 2022 +0200 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.kagan...@collabora.com> 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"),