summaryrefslogtreecommitdiffstats
path: root/cui/inc/tipoftheday.hrc
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2020-10-14 12:38:44 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-10-14 15:09:28 +0200
commit728548f8d7698d06c21ae37b2e03fa8e73676341 (patch)
tree532da52ef08b9eb156a8493d866f8f285111ca0e /cui/inc/tipoftheday.hrc
parentResolves: tdf#137445 use the DisableEditHyperlink state as of menu launch time (diff)
downloadcore-728548f8d7698d06c21ae37b2e03fa8e73676341.tar.gz
core-728548f8d7698d06c21ae37b2e03fa8e73676341.zip
Fixes to TipOfTheDay dialog
* Reverts 231a4e024b85aa0ad06a5632d3f514152babea30 and sets initial value to -1 to start from zero * Improves translatability of string Change-Id: Ib541a72fa3f6eecdf5bbdf17ce2a4e56ff90c397 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104276 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'cui/inc/tipoftheday.hrc')
-rw-r--r--cui/inc/tipoftheday.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index f464a1f3d936..acb7bdd15d3e 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -273,7 +273,7 @@ const std::tuple<const char*, OUString, OUString> TIPOFTHEDAY_STRINGARRAY[] =
#define STR_MORE_LINK NC_("STR_MORE_LINK", "More info")
#define STR_UNO_LINK NC_("STR_UNO_LINK", "Run this action now...")
#define STR_UNO_EXECUTE NC_("STR_UNO_EXECUTE", "Execute the command %COMMAND") //tooltip for STR_UNO_LINK
-#define STR_TITLE NC_("STR_TITLE", "Tip of the Day")
+#define STR_TITLE NC_("STR_TITLE", "Tip of the Day: %CURRENT/%TOTAL")
#define STR_CMD NC_("STR_CMD", "⌘ Cmd") //use narrow no-break space U+202F here
#define STR_CTRL NC_("STR_CTRL", "Ctrl")
#define STR_Alt NC_("STR_CMD", "Alt")