Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php |
— | — | @@ -84,7 +84,7 @@ |
85 | 85 | 'articlefeedbackv5-hidden' => 'This post was hidden by an authorized editor', |
86 | 86 | 'articlefeedbackv5-deleted' => 'This post was deleted by oversighters', |
87 | 87 | 'articlefeedbackv5-form-hide' => 'Hide this post', |
88 | | - 'articlefeedbackv5-form-unhide' => 'Show this post', |
| 88 | + 'articlefeedbackv5-form-unhide' => 'Unhide this post', |
89 | 89 | 'articlefeedbackv5-form-helpful' => 'Mark as helpful ($1)', |
90 | 90 | 'articlefeedbackv5-form-abuse' => 'Flag as abuse ($1)', |
91 | 91 | 'articlefeedbackv5-form-abuse-masked' => 'Flag as abuse', |
— | — | @@ -155,10 +155,10 @@ |
156 | 156 | 'articlefeedbackv5-noteflyover-hide-help-link' => '#', |
157 | 157 | |
158 | 158 | /* Show this post panel */ |
159 | | - 'articlefeedbackv5-noteflyover-show-caption' => 'Show this post', |
| 159 | + 'articlefeedbackv5-noteflyover-show-caption' => 'Unhide this post', |
160 | 160 | 'articlefeedbackv5-noteflyover-show-label' => 'Add a note', |
161 | | - 'articlefeedbackv5-noteflyover-show-placeholder' => 'Why are you showing this post?', |
162 | | - 'articlefeedbackv5-noteflyover-show-submit' => 'Show this post', |
| 161 | + 'articlefeedbackv5-noteflyover-show-placeholder' => 'Why are you unhiding this post?', |
| 162 | + 'articlefeedbackv5-noteflyover-show-submit' => 'Unhide this post', |
163 | 163 | 'articlefeedbackv5-noteflyover-show-help' => 'Learn more', |
164 | 164 | 'articlefeedbackv5-noteflyover-show-help-link' => '#', |
165 | 165 | |