You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the following 2 lines must be added :
$ov = str_replace('[profile/permit_close_poll]',qa_lang('polls/permit_close_poll'),$ov);
$ov = str_replace('[profile/permit_delete_poll]',qa_lang('polls/permit_delete_poll'),$ov);
The text was updated successfully, but these errors were encountered:
On the admin profile page I can see, at the bottom of the extra privileges list :
[profile/permit_close_poll]
[profile/permit_delete_poll]
The privileges are not translated correctly.
In the qa-poll-overrides.php file, after line 20 (and before line 21) :
q2a-poll/qa-poll-overrides.php
Line 20 in b52fa7c
the following 2 lines must be added :
$ov = str_replace('[profile/permit_close_poll]',qa_lang('polls/permit_close_poll'),$ov);
$ov = str_replace('[profile/permit_delete_poll]',qa_lang('polls/permit_delete_poll'),$ov);
The text was updated successfully, but these errors were encountered: