We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd3cf5 commit 9fd83ebCopy full SHA for 9fd83eb
scp/upgrade.php
@@ -25,7 +25,7 @@
25
if(!$ost->isUpgradePending()) {
26
$errors['err']=__('Nothing to do! System already upgraded to the current version');
27
} elseif(!$upgrader->isUpgradable()) {
28
- $errors['err']=__('The upgrader does NOT support upgrading from the current vesion!');
+ $errors['err']=__('The upgrader does NOT support upgrading from the current version!');
29
} elseif(!$upgrader->check_prereq()) {
30
$errors['prereq']=__('Minimum requirements not met! Refer to Release Notes for more information');
31
} elseif(!strcasecmp(basename(CONFIG_FILE), 'settings.php')) {
0 commit comments