Jelajahi Sumber

Slightly improve database messaging

Yannick Warnier 10 tahun lalu
induk
melakukan
bb9e040ada
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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';