summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2022-04-23 00:06:27 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-04-23 12:47:22 +0200
commit6aec08a3dd4207edd65f076412ff58ca49c210c3 (patch)
treedac682263e9c93fbc236f6bb4c1a2cb89bd3e849 /svx/inc
parent8279d89d6e037def78f50c72fab2116ca56bef52 (diff)
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 <fitojb@ubuntu.com>
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/swframeposstrings.hrc4
1 files changed, 2 insertions, 2 deletions
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"),