diff --git a/includes/armory_loader.php b/includes/armory_loader.php
index bac48344a..65bec5339 100644
--- a/includes/armory_loader.php
+++ b/includes/armory_loader.php
@@ -3,7 +3,7 @@
/**
* @package World of Warcraft Armory
* @version Release Candidate 1
- * @revision 429
+ * @revision 431
* @copyright (c) 2009-2010 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
@@ -84,7 +84,7 @@
}
}
elseif(CONFIG_VERSION != $armory->armoryconfig['configVersion']) {
- $CfgError = sprintf('ConfigVersion error: your config version is outdated (current: %d, expected: %d).
+ $CfgError = sprintf('ConfigVersion error: your config version is outdated (current: %s, expected: %s).
Please, update your config file from configuration.php.default', $armory->armoryconfig['configVersion'], CONFIG_VERSION);
if(isset($armory->armoryconfig['checkVersionType']) && $armory->armoryconfig['checkVersionType'] == 'log') {
$armory->Log()->writeError('ArmoryChecker : %s', $CfgError);
diff --git a/includes/revision_nr.php b/includes/revision_nr.php
index 9b601b37d..9aa10ffaf 100644
--- a/includes/revision_nr.php
+++ b/includes/revision_nr.php
@@ -1,5 +1,5 @@
\ No newline at end of file