[Libreoffice-commits] core.git: 2 commits - i18npool/source translations
Robinson Tryon
qubit at runcibility.com
Sun Oct 18 21:20:28 PDT 2015
i18npool/source/localedata/saxparser.cxx | 2 +-
translations | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 51df957e1a40d2f3511345c1600c05dd35f34b6b
Author: Robinson Tryon <qubit at runcibility.com>
Date: Sun Oct 18 12:57:18 2015 -0500
Updated core
Project: translations b29df8cb3000f603cfedccd11de4ae5ad1373eed
Version 5.1.0.0.alpha1, tag libreoffice-5.1.0.0.alpha1
Change-Id: I8a0c7795be5dfb714c46110d4aa868876b443bab
diff --git a/translations b/translations
index ca20aa8..b29df8c 160000
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit ca20aa8ceb614b394803763754df27fb3b44c0de
+Subproject commit b29df8cb3000f603cfedccd11de4ae5ad1373eed
commit 9922dc2724f8ea17de0d5e091410595bcb683a5d
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Fri Oct 16 16:01:04 2015 +0900
Fix typo
Change-Id: I88ffb084c9d0f6119543757dcd633dd1b30c760e
diff --git a/i18npool/source/localedata/saxparser.cxx b/i18npool/source/localedata/saxparser.cxx
index c842586..bde98f9 100644
--- a/i18npool/source/localedata/saxparser.cxx
+++ b/i18npool/source/localedata/saxparser.cxx
@@ -320,7 +320,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
{
try {
if( argc < 4) {
- printf( "usage : %s <locaLe> <XML inputfile> <destination file>\n", argv[0] );
+ printf( "usage : %s <locale> <XML inputfile> <destination file>\n", argv[0] );
exit( 1 );
}
More information about the Libreoffice-commits
mailing list