Skip to content

Commit

Permalink
Added new language string for management overview page.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Dec 26, 2008
1 parent 1c418c9 commit fa6b195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lang/strings_english.txt
Expand Up @@ -728,6 +728,7 @@ $s_archives = 'Archives';
$s_rss = 'RSS';

# manage_overview_page
$s_site_information = 'Site Information';
$s_mantis_version = 'Mantis Version';
$s_schema_version = 'Schema Version';
$s_site_path = 'Site Path';
Expand Down
2 changes: 1 addition & 1 deletion manage_overview_page.php
Expand Up @@ -40,7 +40,7 @@
<table class="width75" align="center" cellspacing="1">

<tr>
<td class="form-title" width="30%">Site Information</td>
<td class="form-title" width="30%"><?php echo lang_get( 'site_information' ) ?></td>
</tr>

<tr <?php echo helper_alternate_class() ?>>
Expand Down

0 comments on commit fa6b195

Please sign in to comment.