[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/bin
Matthias Seidel
mseidel at apache.org
Thu Jun 7 14:21:52 UTC 2018
solenv/bin/modules/installer/languagepack.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2b10a2545149db3b4e100b14c95d84719dadc647
Author: Matthias Seidel <mseidel at apache.org>
Date: Thu Jun 7 14:02:10 2018 +0000
Fixed double wording, minor cleanup
diff --git a/solenv/bin/modules/installer/languagepack.pm b/solenv/bin/modules/installer/languagepack.pm
index 7dbd76ce581d..fff01f47735e 100644
--- a/solenv/bin/modules/installer/languagepack.pm
+++ b/solenv/bin/modules/installer/languagepack.pm
@@ -57,7 +57,7 @@ sub select_language_items
# Files with style "LANGUAGEPACK" and "FORCELANGUAGEPACK" also have to be included into the language pack.
# Files with style "LANGUAGEPACK" are only included into language packs.
# Files with style "FORCELANGUAGEPACK" are included into language packs and non language packs. They are
- # forced, because otherwise they not not be included into languagepacks.
+ # forced, because otherwise they will not be included into languagepacks.
my $styles = "";
if ( $oneitem->{'Styles'} ) { $styles = $oneitem->{'Styles'}; }
@@ -510,7 +510,7 @@ sub build_installer_for_languagepack
if ($$scriptref eq "") { installer::exiter::exit_program("ERROR: Could not find script file $scriptfilename!", "build_installer_for_languagepack"); }
my $scriptfile = installer::files::read_file($$scriptref);
- my $infoline = "Found script file $scriptfilename: $$scriptref \n";
+ my $infoline = "Found script file $scriptfilename: $$scriptref \n";
$installer::logger::Lang->print($infoline);
# find and read english license file
More information about the Libreoffice-commits
mailing list