Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.js |
— | — | @@ -599,7 +599,7 @@ |
600 | 600 | }, mw.msg('articlefeedback-form-panel-helpimprove-privacy') |
601 | 601 | ); |
602 | 602 | return mw.html.escape( mw.msg( 'articlefeedback-form-panel-helpimprove-note') ) |
603 | | - .replace( /\$1/, mw.message( 'parentheses', link ).toString() ); |
| 603 | + .replace( /\$1/, link ); |
604 | 604 | }) |
605 | 605 | .end() |
606 | 606 | .find( '.articleFeedback-helpimprove-email' ) |
Index: trunk/extensions/ArticleFeedback/ArticleFeedback.i18n.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | 'articlefeedback-survey-submit' => 'Submit', |
28 | 28 | 'articlefeedback-survey-title' => 'Please answer a few questions', |
29 | 29 | 'articlefeedback-survey-thanks' => 'Thanks for filling out the survey.', |
30 | | - 'articlefeedback-survey-disclaimer' => 'To help improve this feature, your feedback may be shared anonymously with the Wikipedia community.', |
| 30 | + 'articlefeedback-survey-disclaimer' => 'By submitting, you agree to transparency under these [http://wikimediafoundation.org/wiki/Feedback_privacy_statement terms]', |
31 | 31 | /* ext.articleFeedback and jquery.articleFeedback */ |
32 | 32 | 'articlefeedback-error' => 'An error has occured. Please try again later.', |
33 | 33 | 'articlefeedback-form-switch-label' => 'Rate this page', |
— | — | @@ -40,10 +40,10 @@ |
41 | 41 | 'articlefeedback-form-panel-expertise-hobby' => 'It is a deep personal passion', |
42 | 42 | 'articlefeedback-form-panel-expertise-other' => 'The source of my knowledge is not listed here', |
43 | 43 | 'articlefeedback-form-panel-helpimprove' => 'I would like to help improve Wikipedia, send me an e-mail (optional)', |
44 | | - 'articlefeedback-form-panel-helpimprove-note' => 'We will send you a confirmation e-mail. We will not share your address with anyone. $1', |
| 44 | + 'articlefeedback-form-panel-helpimprove-note' => 'We will send you a confirmation e-mail. We will not share your email with outside parties as per our $1.', |
45 | 45 | 'articlefeedback-form-panel-helpimprove-email-placeholder' => 'email@example.org', // Optional |
46 | | - 'articlefeedback-form-panel-helpimprove-privacy' => 'Privacy policy', |
47 | | - 'articlefeedback-form-panel-helpimprove-privacylink' => 'Project:Privacy policy', |
| 46 | + 'articlefeedback-form-panel-helpimprove-privacy' => 'feedback privacy statement', |
| 47 | + 'articlefeedback-form-panel-helpimprove-privacylink' => 'http://wikimediafoundation.org/wiki/Feedback_privacy_statement', |
48 | 48 | 'articlefeedback-form-panel-submit' => 'Submit ratings', |
49 | 49 | 'articlefeedback-form-panel-pending' => 'Your ratings have not been submitted yet', |
50 | 50 | 'articlefeedback-form-panel-success' => 'Saved successfully', |