Skip to content

Commit

Permalink
Capitalise tabs on log page. This also fixes a minor interface issue …
Browse files Browse the repository at this point in the history
…with the status tab.
  • Loading branch information
VeoPVM committed Jan 7, 2014
1 parent 2d961ef commit 457364d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions lang/en.lang.php
Expand Up @@ -56,9 +56,9 @@
'log' => array(
'title' => 'Log entries',
'type' => 'Type',
'status' => 'status',
'email' => 'email',
'sms' => 'sms',
'status' => 'Status',
'email' => 'Email',
'sms' => 'SMS',
),
'servers' => array(
'server' => 'Server',
Expand Down
6 changes: 3 additions & 3 deletions lang/nl.lang.php
Expand Up @@ -56,9 +56,9 @@
'log' => array(
'title' => 'Log entries',
'type' => 'Type',
'status' => 'status',
'email' => 'email',
'sms' => 'sms',
'status' => 'Status',
'email' => 'Email',
'sms' => 'SMS',
),
'servers' => array(
'server' => 'Server',
Expand Down
6 changes: 3 additions & 3 deletions lang/pt.lang.php
Expand Up @@ -56,9 +56,9 @@
'log' => array(
'title' => 'Log entries',
'type' => 'Type',
'status' => 'status',
'email' => 'email',
'sms' => 'sms',
'status' => 'Status',
'email' => 'Email',
'sms' => 'SMS',
),
'servers' => array(
'server' => 'Server',
Expand Down

0 comments on commit 457364d

Please sign in to comment.