update wording for Character groups

This commit is contained in:
coderkun 2014-05-02 16:12:33 +02:00
commit e7b6e1b0d0
6 changed files with 8 additions and 9 deletions

View file

@ -8,9 +8,9 @@
<li><i class="fa fa-chevron-right fa-fw"></i><a href="<?=$linker->link(array('index',$seminary['url']),1)?>"><?=_('Character Groups')?></a></li>
<li><i class="fa fa-chevron-right fa-fw"></i><a href="<?=$linker->link(array('groupsgroup',$seminary['url'],$groupsgroup['url']),1)?>"><?=$groupsgroup['name']?></a></li>
</ul>
<h1><?=_('Delete Character group')?></h1>
<h1><?=sprintf(_('Delete %s Character group'), $groupsgroup['name'])?></h1>
<?=sprintf(_('Should the Character group “%s” really be deleted?'), $group['name'])?>
<?=sprintf(_('Should the %s Character group “%s” really be deleted?'), $groupsgroup['name'], $group['name'])?>
<form method="post">
<input type="submit" name="delete" value="<?=_('delete')?>" />
<input type="submit" name="not-delete" value="<?=_('cancel')?>" />