svx/inc/swframeposstrings.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2c19246a4090df14e8f97c35c7770b25c1974232
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Sun Apr 24 13:22:30 2022 +0100
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Sat Apr 30 23:25:54 2022 +0200

    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.bla...@youmail.dk>
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>

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"),

Reply via email to