Fixes in error messages.
Этот коммит содержится в:
родитель
82009e2ab0
Коммит
fba02e6b5e
@ -64,7 +64,7 @@ if ($LANG=~/^-(.)*/){
|
|||||||
|
|
||||||
$a="find ../ -type f -print | egrep '.*\\.(c|y|cc|c++|h|gob)' ";
|
$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";
|
print "Searching for missing _(\" \") entries...\n";
|
||||||
open(BUF1, "$a|");
|
open(BUF1, "$a|");
|
||||||
|
|
||||||
@ -160,7 +160,7 @@ elsif(-s "$LANG.po"){
|
|||||||
}
|
}
|
||||||
|
|
||||||
else{
|
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";
|
print "Try `update.pl --help' for more information.\n";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user