Fix "action-*" message

Action messages should not end with a full-stop.
Spotted by McDutchie
http://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Action-ajaxpoll-vote/en

Change-Id: I22af27fa748dbfe7ee1f19002ffc1722a864e86f
This commit is contained in:
Yuki Shira 2013-11-18 23:42:59 +09:00 committed by Shirayuki
parent 8621c8d15d
commit 34e6f0e449

View file

@ -37,7 +37,7 @@ $messages['en'] = array(
'right-ajaxpoll-view-results-before-vote' => 'Can view results in AJAX-based polls before having voted',
# Associated actions - in the sentence "You do not have permission to X"
'action-ajaxpoll-vote' => 'vote in AJAX-based polls.',
'action-ajaxpoll-vote' => 'vote in AJAX-based polls',
'action-ajaxpoll-view-results' => 'view results in AJAX-based polls',
'action-ajaxpoll-view-results-before-vote' => 'view results in AJAX-based polls before having voted',
);