diff options
author | Andre Fischer <af@apache.org> | 2013-05-13 14:41:07 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:33 +0100 |
commit | e5818a4f5bd0f0c347e533c841c6663c2e223245 (patch) | |
tree | 5107c21649c6549dd941024d5d691f0d16cb617b /sfx2/source/sidebar/Sidebar.src | |
parent | bdfc0056c12452bae2bfe7b05547cf3f13ca4241 (diff) |
Resolves: #i122298# Added quick help texts to title bar buttons of sidebar...
panels and deck
(cherry picked from commit 2f18055a153f4e66ec72b0c20673032d6edeebab)
Change-Id: Ic573030d5b8a437e09a763fb0350c22ef33e151a
Diffstat (limited to 'sfx2/source/sidebar/Sidebar.src')
-rw-r--r-- | sfx2/source/sidebar/Sidebar.src | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/Sidebar.src b/sfx2/source/sidebar/Sidebar.src index 64eef88e3a23..6ec57c10126f 100644 --- a/sfx2/source/sidebar/Sidebar.src +++ b/sfx2/source/sidebar/Sidebar.src @@ -155,4 +155,13 @@ Resource RID_SIDEBAR_RESOURCE }; }; +String SFX_STR_SIDEBAR_MORE_OPTIONS +{ + Text [en-US] = "More Options"; +}; + +String SFX_STR_SIDEBAR_CLOSE_DECK +{ + Text [en-US] = "Close Sidebar Deck"; +}; |