summaryrefslogtreecommitdiff
path: root/includes/view/Shifts_view.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-12-26 18:51:06 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-12-26 18:51:06 +0100
commitbd48de258a0b7d5f561a082e4ef29bba030e6d82 (patch)
treee41600c9a939f53c1c69fa8769ad26b81b2f315c /includes/view/Shifts_view.php
parent0b5526298702b1c5dd8808d2a580ce0e21edc818 (diff)
update german translation
Diffstat (limited to 'includes/view/Shifts_view.php')
-rw-r--r--includes/view/Shifts_view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/view/Shifts_view.php b/includes/view/Shifts_view.php
index 00c18572..ed80d204 100644
--- a/includes/view/Shifts_view.php
+++ b/includes/view/Shifts_view.php
@@ -12,7 +12,7 @@ function Shift_signup_button_render($shift, $angeltype, $user_angeltype = null,
if (Shift_signup_allowed($shift, $angeltype, $user_angeltype, $user_shifts))
return button(page_link_to('user_shifts') . '&shift_id=' . $shift['SID'] . '&type_id=' . $angeltype['id'], _('Sign up'));
elseif ($user_angeltype == null)
- return button(page_link_to('angeltypes') . '&action=view&angeltype_id=' . $angeltype['id'], sprintf('Become %s', $angeltype['name']));
+ return button(page_link_to('angeltypes') . '&action=view&angeltype_id=' . $angeltype['id'], sprintf(_('Become %s'), $angeltype['name']));
else
return '';
}