summaryrefslogtreecommitdiff
path: root/cui/inc
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2020-05-15 10:51:10 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-05-15 11:46:52 +0200
commitc895a6d8298a349784cd0aafff4bf518ac8d0a7d (patch)
tree1b3e41bf1a6e4bfb4e28a252ec19bb4f77c6f09e /cui/inc
parentc9ba2d9373b40ae6262f4078bf5f5e64a5ba855b (diff)
Resolves tdf#132799 - Deleting of colors unclear
Tooltips added for disabled states Change-Id: Iad8bdd1c22ce6619e233a4a20b4efcc2d4c5a27c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94264 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'cui/inc')
-rw-r--r--cui/inc/strings.hrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc
index fb5a67ef015d..c70c46d59a39 100644
--- a/cui/inc/strings.hrc
+++ b/cui/inc/strings.hrc
@@ -395,6 +395,8 @@
#define RID_SVXSTR_COMMANDTIP NC_("RID_SVXSTR_COMMANDLABEL", "Tooltip")
#define RID_SVXSTR_QRCODEDATALONG NC_("RID_SVXSTR_QRCODEDATALONG", "Text exceeds the maximum bits for Error Correction, Enter shorter text")
+#define RID_SVXSTR_DELETEUSERCOLOR1 NC_("RID_SVXSTR_DELETEUSERCOLOR1", "You can only delete user-defined colors")
+#define RID_SVXSTR_DELETEUSERCOLOR2 NC_("RID_SVXSTR_DELETEUSERCOLOR2", "Please select the color to delete")
#endif