[Libreoffice-commits] core.git: Branch 'feature/sidebar' - svx/source

Andre Fischer af at apache.org
Fri May 10 06:21:42 PDT 2013


 svx/source/sidebar/EmptyPanel.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5aef497b3c9f949eb1dfb6b5ca91a7929522c9b5
Author: Andre Fischer <af at apache.org>
Date:   Mon May 6 08:40:39 2013 +0000

    Resolves: #i122049# Changed text of 'empty' panel
    
    (cherry picked from commit 1f317e0580d267b3cc6b6b410bc3d14a4e70e1fe)
    
    Change-Id: I348ea9c84db10268d964e788ed5622123a9fa405

diff --git a/svx/source/sidebar/EmptyPanel.src b/svx/source/sidebar/EmptyPanel.src
index 77e375b..3979ec1 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";
     };
 };


More information about the Libreoffice-commits mailing list