summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-08-04 17:55:07 +0200
committermsquare <msquare@notrademark.de>2019-08-04 17:55:07 +0200
commitd376c0d038246bb498d17c11b64f8b264a873b3a (patch)
tree64fc7be8a645851637a7ccc9115bd188f187a294 /includes
parent1da69bebd9687dd415df591f7dd43803898ead9e (diff)
fix edit user error
Diffstat (limited to 'includes')
-rw-r--r--includes/pages/admin_user.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/pages/admin_user.php b/includes/pages/admin_user.php
index 8482dea5..a1ef5b88 100644
--- a/includes/pages/admin_user.php
+++ b/includes/pages/admin_user.php
@@ -78,9 +78,9 @@ function admin_user()
// Gekommen?
$html .= ' <tr><td>Gekommen</td><td>' . "\n";
if ($user_source->state->arrived) {
- $html .= _('Yes');
+ $html .= __('Yes');
} else {
- $html .= _('No');
+ $html .= __('No');
}
$html .= '</td></tr>' . "\n";