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:36:04 +0100 |
commit | a131769adc3eb31209bbcf8e72333f38c2de042b (patch) | |
tree | 28a4d7ad276893979d8198cb8a55bc9c90ebf1d1 | |
parent | 6918c1e61933cfb9090de7438ac7416647fcee45 (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 { |