diff options
author | Andre Fischer <af@apache.org> | 2013-05-16 08:49:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-20 15:02:12 +0100 |
commit | 7d56c8d0772965a20d8614482bd7c2324e4be8c1 (patch) | |
tree | 22a32654d7aef3486882d79ca026d069a50dc1ca /sfx2/source/sidebar/Sidebar.src | |
parent | 82f418d2d90b65ddb474f9d7637d76a6779d60cf (diff) |
Resolves: #i122271# Provide accessible for panels that...
includes the panel title.
(cherry picked from commit e785c5125994bbfdb4e69108b5a73a184b3ced49)
Change-Id: I97cf9f5f78382dfbd69dcff33b7066380d47313d
(cherry picked from commit 35c18dc890a8883b974ff73c585033fc3ee3b73e)
Diffstat (limited to 'sfx2/source/sidebar/Sidebar.src')
-rw-r--r-- | sfx2/source/sidebar/Sidebar.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/Sidebar.src b/sfx2/source/sidebar/Sidebar.src index 6ec57c10126f..a5d8a03e62fb 100644 --- a/sfx2/source/sidebar/Sidebar.src +++ b/sfx2/source/sidebar/Sidebar.src @@ -165,3 +165,8 @@ String SFX_STR_SIDEBAR_CLOSE_DECK Text [en-US] = "Close Sidebar Deck"; }; +String SFX_STR_SIDEBAR_ACCESSIBILITY_PANEL_PREFIX +{ + Text [en-US] = "Panel: "; +}; + |