Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 660 → Rev 661

/trunk/plugins/viathinksoft/adminPages/901_vnag_version_check/vnag.php
62,7 → 62,7
 
if ($installType === 'ambigous') {
$out_stat = VNag::STATUS_UNKNOWN;
$out_msg = 'Multiple version files/directories (oidplus_version.txt, .git and .svn) are existing! Therefore, the version is ambiguous!'; // do not translate
$out_msg = 'Multiple version files/directories (oidplus_version.txt, .version.php, .git and .svn) are existing! Therefore, the version is ambiguous!'; // do not translate
} else if ($installType === 'unknown') {
$out_stat = VNag::STATUS_UNKNOWN;
$out_msg = 'The version cannot be determined, and the update needs to be applied manually!'; // do not translate