Translate message 'This poll doesn't exist'
This commit is contained in:
parent
8a0c8bd8d3
commit
547a186f60
@ -52,7 +52,7 @@ if (!empty($_GET['poll']) && strlen($_GET['poll']) === 24) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$poll) {
|
if (!$poll) {
|
||||||
$smarty->assign('error', 'This poll doesn\'t exist');
|
$smarty->assign('error', _('This poll doesn\'t exist !'));
|
||||||
$smarty->display('error.tpl');
|
$smarty->display('error.tpl');
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
@ -48,7 +48,7 @@ if (!empty($_GET['poll'])) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$poll) {
|
if (!$poll) {
|
||||||
$smarty->assign('error', 'This poll doesn\'t exist');
|
$smarty->assign('error', _('This poll doesn\'t exist !'));
|
||||||
$smarty->display('error.tpl');
|
$smarty->display('error.tpl');
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user