updated error code table

This commit is contained in:
Serghey Rodin 2013-05-24 11:02:58 +03:00
commit 2dce1a5de4
10 changed files with 51 additions and 51 deletions

View file

@ -19,7 +19,7 @@ source $VESTA/func/main.sh
is_language_valid() {
if [ ! -e "$VESTA/web/inc/i18n/$language.php" ]; then
echo "Error: language $language not exist"
echo "Error: language file $language doesn't exist"
log_event "$E_NOTEXIST $EVENT"
exit $E_NOTEXIST
fi