svx/inc/swframeposstrings.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 6aec08a3dd4207edd65f076412ff58ca49c210c3 Author: Seth Chaiklin <[email protected]> AuthorDate: Sat Apr 23 00:06:27 2022 +0100 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Sat Apr 23 12:47:22 2022 +0200 tdf#148591 rename two Vertical positioning regions Page text area top --> Above page text area Page text area bottom --> Below page text area Change-Id: I3a63ec09e6a3dfbd51385139ea89454bd1792a8f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133288 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/svx/inc/swframeposstrings.hrc b/svx/inc/swframeposstrings.hrc index 57e149f6b908..d5bf9af274e9 100644 --- a/svx/inc/swframeposstrings.hrc +++ b/svx/inc/swframeposstrings.hrc @@ -45,8 +45,8 @@ const TranslateId RID_SVXSW_FRAMEPOSITIONS[] = NC_("RID_SVXSW_FRAMEPOSITIONS", "Outer paragraph border"), NC_("RID_SVXSW_FRAMEPOSITIONS", "Entire page"), NC_("RID_SVXSW_FRAMEPOSITIONS", "Page text area"), - NC_("RID_SVXSW_FRAMEPOSITIONS", "Page text area top"), - NC_("RID_SVXSW_FRAMEPOSITIONS", "Page text area bottom"), + NC_("RID_SVXSW_FRAMEPOSITIONS", "Above page text area"), + NC_("RID_SVXSW_FRAMEPOSITIONS", "Below page text area"), NC_("RID_SVXSW_FRAMEPOSITIONS", "Base line"), NC_("RID_SVXSW_FRAMEPOSITIONS", "Character"), NC_("RID_SVXSW_FRAMEPOSITIONS", "Row"),
