diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-12-13 16:28:53 -0600 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-12-20 09:30:57 +0000 |
commit | 210976082b2b2eea2db680d9dd8b49f4a0400319 (patch) | |
tree | e16678d322f32d519e6743c7696a6b441a613bd8 | |
parent | 6446688fc9965fa55bf8cd253f0476b9fffe1dc3 (diff) |
fix typo in translatable string
Change-Id: Idf13d1dd35811a94100aa824f310006c2fd1b82f
Reviewed-on: https://gerrit.libreoffice.org/13467
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r-- | sc/source/ui/src/condformatdlg.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src index 4fe90cde1e8b..68e91e943a11 100644 --- a/sc/source/ui/src/condformatdlg.src +++ b/sc/source/ui/src/condformatdlg.src @@ -236,7 +236,7 @@ Control RID_COND_ENTRY { Pos = MAP_APPFONT( 120, 62 ); Size = MAP_APPFONT( 60, 14 ); - Text [ en-US ] = "More options ..."; + Text [ en-US ] = "More Options..."; }; ListBox LB_DATE_TYPE { |