Typo fixes, thanks to Jim.

This commit is contained in:
Cyril Giraud 2014-11-18 22:41:56 +01:00
parent 1ec4ce95b5
commit 1cdb8adf5c
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ include("interactive-page.php");
include("page-header.php");
$heading_admin = translate('Administration');
$content_admin = sprintf(translate('You are logged on as %s (%s)', $session->username, $session->fullname));
$content_admin = sprintf(translate('You are logged on as %s (%s)'), $session->username, $session->fullname);
$heading_functions = translate('Administration Functions');
$content_func1 = translate('The administration of this application should be fairly simple. You can administer:');

View File

@ -342,7 +342,7 @@ function build_dependencies_table( ) {
$dep_tpl = '<tr class="%s">
<td>%s</td>
<td>%s</td>
<td>$translated_failure_code</td>
<td>'.$translated_failure_code.'</td>
</tr>
';
foreach( $dependencies AS $k => $v ) {