svx/inc/swframeposstrings.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 460951403745c2d08094f707e884ee99ab5b9364 Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Fri Apr 29 09:22:08 2022 +0100 Commit: Seth Chaiklin <sdc.bla...@youmail.dk> CommitDate: Sat Apr 30 09:51:22 2022 +0200 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.bla...@youmail.dk> 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"),