aboutsummaryrefslogtreecommitdiffstats
path: root/copypage.pl
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2020-08-07 09:53:17 +0200
committerHolger Wansing <hwansing@mailbox.org>2020-08-07 09:53:17 +0200
commit38f1cb703c90f42434b4bef4821166559c297dc7 (patch)
tree2daf5bce6f8fe1745e14c819826cc03fe0ef6d34 /copypage.pl
parentf3855030495100a12241483663c040d8d0d3e73c (diff)
Clarify message about missing language.conf
Diffstat (limited to 'copypage.pl')
-rwxr-xr-xcopypage.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/copypage.pl b/copypage.pl
index 3b0e408bb39..88dd0295981 100755
--- a/copypage.pl
+++ b/copypage.pl
@@ -43,7 +43,7 @@ if (open CONF, "<language.conf")
}
else
{
- warn "Unable to open language.conf. Using environment variables...\n";
+ warn "Unable to open language.conf. Using environment variables/command-line switches ...\n";
}
# Values are overwritten by environment variables

© 2014-2024 Faster IT GmbH | imprint | privacy policy