diff options
author | Andre Fischer <af@apache.org> | 2013-05-06 08:40:39 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-20 11:33:29 +0100 |
commit | 7f62fc9cb680818d394347cd591cf0bc8dc2fa92 (patch) | |
tree | a56a6f3f7e8bebb4a95db3e7b573de9d50afe2e2 /svx | |
parent | 16ed9f9638d8e5224e997c8027f5da7146960b53 (diff) |
Resolves: #i122049# Changed text of 'empty' panel
(cherry picked from commit 1f317e0580d267b3cc6b6b410bc3d14a4e70e1fe)
Change-Id: I348ea9c84db10268d964e788ed5622123a9fa405
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/EmptyPanel.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/EmptyPanel.src b/svx/source/sidebar/EmptyPanel.src index 77e375b7cb91..3979ec1d5b12 100644 --- a/svx/source/sidebar/EmptyPanel.src +++ b/svx/source/sidebar/EmptyPanel.src @@ -24,6 +24,6 @@ Control RID_SIDEBAR_EMPTY_PANEL { Pos = MAP_APPFONT(2,2); Size = MAP_APPFONT(100,24); - Text [en-US] = "Properties for the task that you are performing are not available in the sidebar at this time."; + Text [en-US] = "Properties for the task that you are performing are not available for the current selection"; }; }; |