Skip to content
Snippets Groups Projects
Commit 2b229ec4 authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: Add pluralization to a particular phrase

parent a2e61032
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,8 @@ if ($res && $num) { //Show options..
<hr/>
<p class="confirm-action" style="display:none;" id="remove-users-confirm">
<?php echo sprintf(__(
'Are you sure want to <b>REMOVE</b> selected user from <strong>%s</strong> organization?'),
'Are you sure want to <b>REMOVE</b> %1$s from <strong>%2$s</strong> organization?'),
_N('selected user', 'selected users', 2),
$org->getName()); ?>
</p>
<div><?php echo __('Please confirm to continue.'); ?></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment