mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-02 00:16:04 +03:00
Fixes in error messages.
This commit is contained in:
parent
82009e2ab0
commit
fba02e6b5e
@ -64,7 +64,7 @@ if ($LANG=~/^-(.)*/){
|
||||
|
||||
$a="find ../ -type f -print | egrep '.*\\.(c|y|cc|c++|h|gob)' ";
|
||||
|
||||
open(BUF2, "POTFILES.in") || die "update.pl: there's not POTFILES.in!!!\n";
|
||||
open(BUF2, "POTFILES.in") || die "update.pl: there is no POTFILES.in!!!\n";
|
||||
print "Searching for missing _(\" \") entries...\n";
|
||||
open(BUF1, "$a|");
|
||||
|
||||
@ -160,7 +160,7 @@ elsif(-s "$LANG.po"){
|
||||
}
|
||||
|
||||
else{
|
||||
print "update.pl: sorry $LANG.po does not exist!\n";
|
||||
print "update.pl: sorry, $LANG.po doesn't exist!\n";
|
||||
print "Try `update.pl --help' for more information.\n";
|
||||
exit;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user