diff --git a/upload/ajax/manage_user.php b/upload/ajax/manage_user.php
index efcdd61f4..0f68ee9d6 100644
--- a/upload/ajax/manage_user.php
+++ b/upload/ajax/manage_user.php
@@ -31,7 +31,7 @@ switch($mode)
$datastore->clean();
- $this->response['datastore_html'] = 'datastore î÷èùåí';
+ $this->response['cache_html'] = 'datastore очищен';
break;
case 'delete_profile':
diff --git a/upload/config.php b/upload/config.php
index 5ccd0d895..0bfbfcd1d 100644
--- a/upload/config.php
+++ b/upload/config.php
@@ -56,8 +56,8 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
// Increase number of revision after update
$bb_cfg['tp_version'] = '2.5 Beta';
-$bb_cfg['tp_release_state'] = 'R432';
-$bb_cfg['tp_release_date'] = '06-06-2012';
+$bb_cfg['tp_release_state'] = 'R434';
+$bb_cfg['tp_release_date'] = '27-06-2012';
// Database
$charset = 'utf8';
diff --git a/upload/templates/admin/index.tpl b/upload/templates/admin/index.tpl
index e9d4c29fd..43df4a3c6 100644
--- a/upload/templates/admin/index.tpl
+++ b/upload/templates/admin/index.tpl
@@ -63,7 +63,6 @@ table.forumline { margin: 0 auto; }
@@ -81,8 +79,8 @@ ajax.callback.manage_user = function(data) {