diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-08-06 16:34:46 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-08-15 04:04:10 +0200 |
commit | bebaac5eb6ebd2db3e1ea22b1630111343a9c25c (patch) | |
tree | 1787d37ef88f90c82c023cd374927ea249257d06 /include/sfx2 | |
parent | 46aba1db9a8e43da03f4db580b8dc9de7b850b00 (diff) |
tdf#100864 Assign a tooltip to the button to close pane
which appears at the top-right corner of both Impress's
Slide Pane and Draw's Page Pane.
Change-Id: Ida52ccc35e42546cd6260001e22335b04608034d
Reviewed-on: https://gerrit.libreoffice.org/40803
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/strings.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc index bf3a85569661..9f0b9657a729 100644 --- a/include/sfx2/strings.hrc +++ b/include/sfx2/strings.hrc @@ -255,6 +255,7 @@ #define STR_SIGNATURE_OK NC_("STR_SIGNATURE_OK", "This document is digitally signed and the signature is valid.") #define STR_SIGNATURE_SHOW NC_("STR_SIGNATURE_SHOW", "Show Signatures") +#define STR_CLOSE_PANE NC_("STR_CLOSE_PANE", "Close Pane") #define STR_SFX_DOCK NC_("STR_SFX_DOCK", "Dock") #define STR_SFX_UNDOCK NC_("STR_SFX_UNDOCK", "Undock") |