[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 7 19:34:01 PST 2013


 sc/source/ui/src/colorformat.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a131769adc3eb31209bbcf8e72333f38c2de042b
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Jan 8 02:47:17 2013 +0100

    correct label for data bar dialog, fdo#58608
    
    Change-Id: I91cdb23a25092f44ff76784b5347134a3c9a3528

diff --git a/sc/source/ui/src/colorformat.src b/sc/source/ui/src/colorformat.src
index 2cc5852..6333bf4 100644
--- a/sc/source/ui/src/colorformat.src
+++ b/sc/source/ui/src/colorformat.src
@@ -52,7 +52,7 @@ ModalDialog RID_SCDLG_DATABAR
     {
         Pos = MAP_APPFONT( 5, 5 );
         Size = MAP_APPFONT( 190, 10 );
-        Text [ en-US ] = "Bar Colors";
+        Text [ en-US ] = "Entry Values";
     };
     FixedLine FL_BAR_COLORS
     {


More information about the Libreoffice-commits mailing list