瀏覽代碼

Slightly improve database messaging

Yannick Warnier 10 年之前
父節點
當前提交
bb9e040ada
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/inc/global_error_message.inc.php

+ 1 - 1
main/inc/global_error_message.inc.php

@@ -42,7 +42,7 @@ $DatabaseUnavailableDescription = 'This portal is currently experiencing databas
 
 // Error code 6.
 $AlreadyInstalledTitle = 'Chamilo has already been installed';
-$AlreadyInstalledDescription = 'The system has already been installed. In order its content to be protected you are not allowed to start the installation script again.';
+$AlreadyInstalledDescription = 'The system has already been installed. In order to protect its contents, we have to prevent you from starting the installation script again. Please return to the main page.';
 
 // Unspecified error.
 $TechnicalIssuesTitle = 'Technical issues';