summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2020-04-10 11:41:02 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2020-04-20 09:19:05 +0200
commitf2c0e54bccf0f2b9b0da34be2a91d863b4e76eae (patch)
treed76dd0c5f1b1d5a8afa61f159421e2f7e19a9ddd /setup_native
parent7cc0d390e41f9f3c312aca6977a946c358eb1f3e (diff)
Translate German variable names
Ende -> End Change-Id: I2d63ddfeb1fa59ed1b0e3bbf2d39d5221cd5425f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92026 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/scripts/admin.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_native/scripts/admin.pl b/setup_native/scripts/admin.pl
index edc41cdfa207..714da400c4a9 100644
--- a/setup_native/scripts/admin.pl
+++ b/setup_native/scripts/admin.pl
@@ -56,7 +56,7 @@ BEGIN
sub usage
{
- print <<Ende;
+ print <<End;
----------------------------------------------------------------------
This program installs a Windows Installer installation set
without using msiexec.exe. The installation is comparable
@@ -66,7 +66,7 @@ Required parameter:
-d Path to installation set or msi database
-t Target directory
---------------------------------------------------------------------
-Ende
+End
exit(-1);
}