mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Typo fixes, thanks to Jim.
This commit is contained in:
parent
1ec4ce95b5
commit
1cdb8adf5c
@ -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:');
|
||||
|
||||
@ -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 ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user