Navigation Menu

Skip to content

Commit

Permalink
Remove duplicate translation string
Browse files Browse the repository at this point in the history
Commit edd9678 introduced duplicate string $s_database_information

Issue #23393
  • Loading branch information
atrol committed Sep 29, 2017
1 parent b04bc13 commit 9e3c716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/strings_english.txt
Expand Up @@ -1579,7 +1579,7 @@ $s_mantisbt_database_statistics = 'MantisBT Database Statistics';
$s_php_version = 'PHP Version';
$s_adodb_version = 'ADOdb Version';
$s_database_driver = 'Database Driver';
$s_database_information = 'Database Version, Description';
$s_database_version_description = 'Database Version, Description';

# months
$s_month_january = 'January';
Expand Down
2 changes: 1 addition & 1 deletion manage_overview_page.php
Expand Up @@ -92,7 +92,7 @@
<td><?php echo config_get( 'db_type' ) ?></td>
</tr>
<tr>
<th class="category"><?php echo lang_get( 'database_information' ) ?></th>
<th class="category"><?php echo lang_get( 'database_version_description' ) ?></th>
<td><?php
$t_database_server_info = $g_db->ServerInfo();
echo $t_database_server_info['version'] . ', ' . $t_database_server_info['description']
Expand Down

0 comments on commit 9e3c716

Please sign in to comment.