diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-08 02:47:17 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-01-08 04:23:46 +0100 |
commit | 002531190d88c7e8f7dc9287af32d54c56b5495a (patch) | |
tree | f57f65bb82558054c833989211a420629b6b0e4a | |
parent | ff927ba4272aa8f115472577ec9393df19016f2a (diff) |
correct label for data bar dialog, fdo#58608
Change-Id: I91cdb23a25092f44ff76784b5347134a3c9a3528
-rw-r--r-- | sc/source/ui/src/colorformat.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/src/colorformat.src b/sc/source/ui/src/colorformat.src index 2cc585283e62..6333bf4644b3 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 { |