diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-10 20:11:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-11 12:26:56 +0100 |
commit | 6156d2fa9f67469d55fc9d01632e6d33a698fdf6 (patch) | |
tree | 0f52ee842443cedd422385beb6ac42376ba9b943 /editeng | |
parent | 2f13f0693de4c301898f304999225738334aadb0 (diff) |
Related: tdf#129300 make Automatic/Distributed state what is automatic
Change-Id: Ib246479761556858e92052edf86a18753d44c583
Reviewed-on: https://gerrit.libreoffice.org/84893
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/inc/strings.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/inc/strings.hrc b/editeng/inc/strings.hrc index 7982997116b8..7ed30a3ef599 100644 --- a/editeng/inc/strings.hrc +++ b/editeng/inc/strings.hrc @@ -36,8 +36,8 @@ const char* RID_SVXITEMS_VERJUST[] = const char* RID_SVXITEMS_JUSTMETHOD[] = { // enum SvxCellJustifyMethod ---------------------------------------------------- - NC_("RID_SVXITEMS_JUSTMETHOD_AUTO", "Automatic"), - NC_("RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE", "Distributed") + NC_("RID_SVXITEMS_JUSTMETHOD_AUTO", "Automatic Justify"), + NC_("RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE", "Distributed Justify") }; #endif |