diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-09-25 02:18:01 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-09-25 14:34:31 +0200 |
commit | 8127bc696b0cb720e79c2c836c123684e1eb1690 (patch) | |
tree | d37753ca0a8d95900137b8b8f5581766eea9c0e8 /sd | |
parent | 1927bd5080ff38a58caa6108792d688daba2dfca (diff) |
tdf#95947 rename handout label in display mode control
Change-Id: Icfab4040cba8f3ffab739c873c83dfc830d238cf
Reviewed-on: https://gerrit.libreoffice.org/42729
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc index a47b808609e3..c8630fd892ab 100644 --- a/sd/inc/strings.hrc +++ b/sd/inc/strings.hrc @@ -38,7 +38,7 @@ #define STR_OUTLINE_MODE NC_("STR_OUTLINE_MODE", "Outline") #define STR_NOTES_MODE NC_("STR_NOTES_MODE", "Notes") #define STR_NOTES_MASTER_MODE NC_("STR_NOTES_MASTER_MODE", "Master Notes") -#define STR_HANDOUT_MASTER_MODE NC_("STR_HANDOUT_MASTER_MODE", "Handout") +#define STR_HANDOUT_MASTER_MODE NC_("STR_HANDOUT_MASTER_MODE", "Master Handout") #define STR_AUTOLAYOUT_NONE NC_("STR_AUTOLAYOUT_NONE", "Blank Slide") #define STR_AUTOLAYOUT_ONLY_TITLE NC_("STR_AUTOLAYOUT_ONLY_TITLE", "Title Only") #define STR_AUTOLAYOUT_ONLY_TEXT NC_("STR_AUTOLAYOUT_ONLY_TEXT", "Centered Text") |