[Libreoffice-commits] core.git: sc/source
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Sat Dec 20 01:31:20 PST 2014
sc/source/ui/src/condformatdlg.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 210976082b2b2eea2db680d9dd8b49f4a0400319
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date: Sat Dec 13 16:28:53 2014 -0600
fix typo in translatable string
Change-Id: Idf13d1dd35811a94100aa824f310006c2fd1b82f
Reviewed-on: https://gerrit.libreoffice.org/13467
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src
index 4fe90cd..68e91e9 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
{
More information about the Libreoffice-commits
mailing list