diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-04-29 09:22:08 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2022-04-30 09:51:22 +0200 |
commit | 460951403745c2d08094f707e884ee99ab5b9364 (patch) | |
tree | 49ccc6a0d5b2ad93380841db6ea5c86f3cb49153 /svx | |
parent | cc7732fb4bbe8ffd6820c4db559d326c043bfb67 (diff) |
tdf#148782 Left/Right frame border -> Left/Right of frame text area
Label was incorrect in Position dialog. Replaced with more
accurate version.
Change-Id: I5041e047ba52aa5df8628a3ca3491a39cdf27622
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133594
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/swframeposstrings.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/swframeposstrings.hrc b/svx/inc/swframeposstrings.hrc index 1b603dd3e602..fd9da2706ac9 100644 --- a/svx/inc/swframeposstrings.hrc +++ b/svx/inc/swframeposstrings.hrc @@ -52,8 +52,8 @@ const TranslateId RID_SVXSW_FRAMEPOSITIONS[] = NC_("RID_SVXSW_FRAMEPOSITIONS", "Row"), NC_("RID_SVXSW_FRAMEPOSITIONS", "Margin"), NC_("RID_SVXSW_FRAMEPOSITIONS", "Paragraph text area"), - NC_("RID_SVXSW_FRAMEPOSITIONS", "Left frame border"), - NC_("RID_SVXSW_FRAMEPOSITIONS", "Right frame border"), + NC_("RID_SVXSW_FRAMEPOSITIONS", "Left of frame text area"), + NC_("RID_SVXSW_FRAMEPOSITIONS", "Right of frame text area"), NC_("RID_SVXSW_FRAMEPOSITIONS", "Entire frame"), NC_("RID_SVXSW_FRAMEPOSITIONS", "Frame text area"), NC_("RID_SVXSW_FRAMEPOSITIONS", "Inner frame border"), |