Browse Source

Merge pull request #1429 from Oldiesmann/release-2.1

! Typo
Michael Eshom 11 years ago
parent
commit
7f86e9a88e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/languages/Install.english.php

+ 1 - 1
Themes/default/languages/Install.english.php

@@ -131,7 +131,7 @@ $txt['db_settings_database'] = 'Database name';
 $txt['db_settings_database_info'] = 'Fill in the name of the database you want to use for SMF to store its data in.';
 $txt['db_settings_database_info_note'] = 'If this database does not exist, this installer will try to create it.';
 $txt['db_settings_port'] = 'Database port';
-$txt['db_settings_port_note'] = 'Leave blank to use the default';
+$txt['db_settings_port_info'] = 'Leave blank to use the default';
 $txt['db_settings_database_file'] = 'Database filename';
 $txt['db_settings_database_file_info'] = 'This is the name of the file in which to store the SMF data. We recommend you use the randomly generated name for this and set the path of this file to be outside of the public area of your webserver.';
 $txt['db_settings_prefix'] = 'Table prefix';