Replace old localization constant with a valid string

This commit is contained in:
Fedor A. Fetisov 2015-01-06 20:32:31 +03:00
parent 132ca02cdf
commit c51a3ee5a1

View File

@ -119,7 +119,7 @@ class LocaleController extends AbstractController
if (count($available_locales) > 1) {
disable_locale($locale);
} else {
$errors[] = getlocal('page_locales.cannot_disable_all');
$errors[] = getlocal('Cannot disable all locales.');
}
}