diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-12-22 20:25:19 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-12-22 20:25:19 +0100 |
commit | 0fda4a9181a84a470e60c1262a7f1e32443ba4a5 (patch) | |
tree | 13a63b06ca3fb03f27ad6d065ba6038367f951a2 /includes | |
parent | 342b79ff3fbd4250aad427846a0a2121c2c7ad0d (diff) |
update german translation
Diffstat (limited to 'includes')
-rw-r--r-- | includes/pages/admin_log.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/pages/admin_log.php b/includes/pages/admin_log.php index 70b74d17..70da62fd 100644 --- a/includes/pages/admin_log.php +++ b/includes/pages/admin_log.php @@ -22,8 +22,8 @@ function admin_log() { return page_with_title(admin_log_title(), array( msg(), form(array( - form_text('keyword', _("Suche"), $filter), - form_submit(_("Suche"), "Go") + form_text('keyword', _("Search"), $filter), + form_submit(_("Search"), "Go") )), table(array( 'date' => "Time", |