summaryrefslogtreecommitdiff
path: root/sd/inc/strings.hrc
diff options
context:
space:
mode:
authorBaole Fang <baole.fang@gmail.com>2024-03-06 20:00:27 -0500
committerThorsten Behrens <thorsten.behrens@allotropia.de>2024-03-11 22:55:44 +0100
commit1999e2b35c8106fa959f04bbd381ddb49d257a1d (patch)
treecc24f3dbcb75ade3259f419afa196d3ab084c18e /sd/inc/strings.hrc
parentf8bb64a3cffb80793a6b3b9c41f78c5feccb168e (diff)
tdf#158152: Make presenter console to "Console: file"
Add a new parameter pDrawDocShell to FullScreenPane to extract filename. A new string STR_FULLSCREEN_CONSOLE is added for presenter console. Now, the presenter console's title becomes "Console: file". Change-Id: Ic18d00044dde602dd92210600e3c5311b46500b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164515 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sd/inc/strings.hrc')
-rw-r--r--sd/inc/strings.hrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc
index 2522768a6a7b..3ff7cac89795 100644
--- a/sd/inc/strings.hrc
+++ b/sd/inc/strings.hrc
@@ -155,6 +155,7 @@
#define STR_EFFECTDLG_PROGRAM NC_("STR_EFFECTDLG_PROGRAM", "Program")
#define STR_EFFECTDLG_MACRO NC_("STR_EFFECTDLG_MACRO", "Macro")
#define STR_FULLSCREEN_SLIDESHOW NC_("STR_FULLSCREEN_SLIDESHOW", "Presenting: %s")
+#define STR_FULLSCREEN_CONSOLE NC_("STR_FULLSCREEN_CONSOLE", "Console: %s")
// To translators: this is the spinbutton in the slidesorter toolbar to set the number of slides to show per row
#define STR_SLIDES NNC_("STR_SLIDES", "%1 slide", "%1 slides")