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
Branches
Tags
No related merge requests found
...@@ -155,7 +155,8 @@ if ($res && $num) { //Show options.. ...@@ -155,7 +155,8 @@ if ($res && $num) { //Show options..
<hr/> <hr/>
<p class="confirm-action" style="display:none;" id="remove-users-confirm"> <p class="confirm-action" style="display:none;" id="remove-users-confirm">
<?php echo sprintf(__( <?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()); ?> $org->getName()); ?>
</p> </p>
<div><?php echo __('Please confirm to continue.'); ?></div> <div><?php echo __('Please confirm to continue.'); ?></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment