http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94623

Revision: 94623
Author:   siebrand
Date:     2011-08-16 11:45:18 +0000 (Tue, 16 Aug 2011)
Log Message:
-----------
Fix a few typos in messages.

Modified Paths:
--------------
    trunk/extensions/QPoll/i18n/qp.i18n.php

Modified: trunk/extensions/QPoll/i18n/qp.i18n.php
===================================================================
--- trunk/extensions/QPoll/i18n/qp.i18n.php     2011-08-16 11:33:52 UTC (rev 
94622)
+++ trunk/extensions/QPoll/i18n/qp.i18n.php     2011-08-16 11:45:18 UTC (rev 
94623)
@@ -132,8 +132,8 @@
        'qp_error_eval_variable_variable_access' => 'PHP token $1 with variable 
variable $2 is not allowed in line $3.',
        'qp_error_eval_illegal_variable_name' => 'PHP token $1 has disallowed 
variable name $2 in line $3.',
        'qp_error_eval_variable_function_call' => 'PHP token $1 with variable 
function $2 is not allowed in line $3.',
-       'qp_error_eval_self_check' => 'The following eval() self-check was 
failed: $1. You have unsupported version of PHP, which does not allow to run 
eval scripts securely.',
-       'qp_error_eval_unable_to_lint' => 'Unable to lint (check your system 
configuration).',
+       'qp_error_eval_self_check' => 'The following eval() self-check has 
failed: $1. You have unsupported version of PHP, which does not allow to run 
eval scripts securely.',
+       'qp_error_eval_unable_to_lint' => 'Unable to lint. Check your system 
configuration.',
 );
 
 /** Message documentation (Message documentation)


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to