diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-07 22:10:07 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-05-10 17:56:23 +0200 |
commit | 05fa375ff0dba60af7093acb058e07b767f0adab (patch) | |
tree | f9f2aaf58c667bd874f6905d8a6862f8558287a7 /svx | |
parent | c3c3303516c3da9372dce3f05f38f15a104e961c (diff) |
tdf#148519 correction to vertical "to frame" mapping for object position
The mapping for the anchor to frame was incorrect, possibly inherited
from OOo. (Thanks to Regina Henschel for identifying this problem.)
This patch changes the mapping and reverts
2c19246a4090df14e8f97c35c7770b25c1974232, which had attempted
to correct the problem of what options were shown in the UI for
Vertical Position for objects that are anchored "to frame".
Change-Id: I30c35475a38824ebc1f926bf63542d19bdf008d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133871
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/swframeposstrings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/swframeposstrings.hrc b/svx/inc/swframeposstrings.hrc index 97369ac2cdec..fd9da2706ac9 100644 --- a/svx/inc/swframeposstrings.hrc +++ b/svx/inc/swframeposstrings.hrc @@ -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", "Entire frame"), + NC_("RID_SVXSW_FRAMEPOSITIONS", "Margin"), 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"), |