update german translation
This commit is contained in:
parent
342b79ff3f
commit
0fda4a9181
|
@ -22,8 +22,8 @@ function admin_log() {
|
||||||
return page_with_title(admin_log_title(), array(
|
return page_with_title(admin_log_title(), array(
|
||||||
msg(),
|
msg(),
|
||||||
form(array(
|
form(array(
|
||||||
form_text('keyword', _("Suche"), $filter),
|
form_text('keyword', _("Search"), $filter),
|
||||||
form_submit(_("Suche"), "Go")
|
form_submit(_("Search"), "Go")
|
||||||
)),
|
)),
|
||||||
table(array(
|
table(array(
|
||||||
'date' => "Time",
|
'date' => "Time",
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue