diff options
author | Baole Fang <baole.fang@gmail.com> | 2023-03-28 22:50:30 -0400 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-04-11 15:24:43 +0200 |
commit | 487010ef62405a1a728ae9b3d838e934015b1719 (patch) | |
tree | 8e120c12090087d3604b779c19243f69f165e850 /sd/inc/strings.hrc | |
parent | fa0d09541d451c14afa3de6e6173664827593f58 (diff) |
tdf#150477: Change "Slide" to "Page" in Draw status bar
Originally, Draw displays "Slide x of y".
Now, a new string is added, so that it displays "Page x of y".
Change-Id: I5857626b5a18decda4bf235b67a3c7d877556e94
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149671
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sd/inc/strings.hrc')
-rw-r--r-- | sd/inc/strings.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc index 81c54ccb8e86..187a411dc38e 100644 --- a/sd/inc/strings.hrc +++ b/sd/inc/strings.hrc @@ -94,6 +94,8 @@ #define STR_SVX_FILE NC_("STR_SVX_FILE", "Amiga SVX Audio") #define STR_SD_PAGE_COUNT NC_("STR_SD_PAGE_COUNT", "Slide %1 of %2") #define STR_SD_PAGE_COUNT_CUSTOM NC_("STR_SD_PAGE_COUNT_CUSTOM", "Slide %1 of %2 (%3)") +#define STR_SD_PAGE_COUNT_DRAW NC_("STR_SD_PAGE_COUNT_DRAW", "Page %1 of %2") +#define STR_SD_PAGE_COUNT_CUSTOM_DRAW NC_("STR_SD_PAGE_COUNT_CUSTOM_DRAW", "Page %1 of %2 (%3)") #define STR_ALL_SUPPORTED_FORMATS NC_("STR_ALL_SUPPORTED_FORMATS", "All supported formats") #define STR_ALL_FILES NC_("STR_ALL_FILES", "All files") #define STR_UNDO_INSERT_TEXTFRAME NC_("STR_UNDO_INSERT_TEXTFRAME", "Insert text frame") |