Skip to content

Commit

Permalink
Changed language string
Browse files Browse the repository at this point in the history
Changed to make ik more conform
  • Loading branch information
RickR2H committed Jun 15, 2015
1 parent b5e99ab commit 6d6a384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion administrator/language/en-GB/en-GB.mod_status.ini
Expand Up @@ -9,7 +9,7 @@ MOD_STATUS_BACKEND_USERS_1="Admin"
MOD_STATUS_BACKEND_USERS_MORE="Admins"
MOD_STATUS_FIELD_SHOW_VIEWSITE_LABEL="Show View Site"
MOD_STATUS_FIELD_SHOW_VIEWSITE_DESC="Show a link to the website homepage."
MOD_STATUS_FIELD_LINK_VIEWSITE_LABEL="Show Admin"
MOD_STATUS_FIELD_LINK_VIEWADMIN_LABEL="Show Admin"
MOD_STATUS_FIELD_SHOW_VIEWADMIN_LABEL="Show View Administrator"
MOD_STATUS_FIELD_SHOW_VIEWADMIN_DESC="Show a link to open a new Administrator window."
MOD_STATUS_FIELD_SHOW_LOGGEDIN_USERS_ADMIN_DESC="Show the number of users logged-in to the Backend."
Expand Down
2 changes: 1 addition & 1 deletion administrator/modules/mod_status/tmpl/default.php
Expand Up @@ -29,7 +29,7 @@
{
$output[] = '<div class="btn-group viewsite">'
. '<a href="' . JURI::base() . '" target="_blank">'
. '<span class="icon-out-2"></span> ' . JText::_('MOD_STATUS_FIELD_LINK_VIEWSITE_LABEL')
. '<span class="icon-out-2"></span> ' . JText::_('MOD_STATUS_FIELD_LINK_VIEWADMIN_LABEL')
. '</a>'
. '</div>'
. '<div class="btn-group divider"></div>';
Expand Down

0 comments on commit 6d6a384

Please sign in to comment.