From fba02e6b5e435e60f592f707f5330d58198bb96b Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 15 Jul 2002 16:42:41 +0000 Subject: [PATCH] Fixes in error messages. --- po/update.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/update.pl b/po/update.pl index 48c6ce5f7..5af1d075e 100755 --- a/po/update.pl +++ b/po/update.pl @@ -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; }