summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2022-04-24 13:22:30 +0100
committerSeth Chaiklin <sdc.blanco@youmail.dk>2022-04-30 23:25:54 +0200
commit2c19246a4090df14e8f97c35c7770b25c1974232 (patch)
tree31240fa2dbfd39788b57aecb8e698faa266fb190 /svx
parentfbff7af0a1a31e82c3a3eb6dac77d5a48ef3371d (diff)
tdf#148519 change positioning option "Margin" -> "Entire frame"
A label for Vertical positioning, when an object is anchored "to frame" was mislabeled as "Margin" (for Shape). Change it to "Entire frame", which is also used for positioning Images. Change-Id: Ia001c22b5bdf2c74611948d23afa9566aab4078c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133290 Tested-by: Seth Chaiklin <sdc.blanco@youmail.dk> Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/swframeposstrings.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/swframeposstrings.hrc b/svx/inc/swframeposstrings.hrc
index fd9da2706ac9..97369ac2cdec 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", "Margin"),
+ NC_("RID_SVXSW_FRAMEPOSITIONS", "Entire frame"),
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"),