Werdna has submitted this change and it was merged.
Change subject: Fix capitalization
......................................................................
Fix capitalization
* Fix capitalization
* Fix <br /> tags
* Give grep a chance to find the usages
Change-Id: I9be306c43b3a778ea59786d22b091ad48d57168f
---
M Flow.i18n.php
M templates/post.html.php
2 files changed, 11 insertions(+), 9 deletions(-)
Approvals:
Werdna: Verified; Looks good to me, approved
diff --git a/Flow.i18n.php b/Flow.i18n.php
index c648aed..8eb27ae 100644
--- a/Flow.i18n.php
+++ b/Flow.i18n.php
@@ -8,11 +8,11 @@
* English
*/
$messages['en'] = array(
- 'flow-desc' => 'Workflow Management system',
+ 'flow-desc' => 'Workflow management system',
'flow-specialpage' => '$1 – Flow',
- 'flow-edit-summary-link' => 'Edit Summary',
+ 'flow-edit-summary-link' => 'Edit summary',
- 'flow-disclaimer' => "By clicking the \"Add Message\" button, you agree
to the Terms of Use,
+ 'flow-disclaimer' => "By clicking the \"Add message\" button, you agree
to the Terms of Use,
and you irrevocably agree to release your contribution under the CC-BY-SA 3.0
License and the GFDL.
You agree that a hyperlink or URL is sufficient attribution under the Creative
Commons license.",
'flow-post-deleted' => '[post deleted]',
@@ -20,14 +20,14 @@
'flow-topic-actions' => 'actions',
'flow-cancel' => 'Cancel',
- 'flow-newtopic-title-placeholder' => 'Message Subject',
- 'flow-newtopic-content-placeholder' => 'Message Text. Be nice!',
+ 'flow-newtopic-title-placeholder' => 'Message subject',
+ 'flow-newtopic-content-placeholder' => 'Message text. Be nice!',
'flow-newtopic-header' => 'Add a new topic',
- 'flow-newtopic-save' => 'Add Topic',
+ 'flow-newtopic-save' => 'Add topic',
'flow-newtopic-start-placeholder' => 'Click here to start a new
discussion. Be nice!',
'flow-reply-placeholder' => 'Click to reply to $1. Be nice!',
- 'flow-reply-submit' => 'Post Reply',
+ 'flow-reply-submit' => 'Post reply',
'flow-edit-post-submit' => 'Submit changes',
@@ -43,8 +43,8 @@
'flow-error-http' => 'An error occurred while contacting the server.
Your post was not saved.', // Needs real copy
'flow-error-other' => 'An unexpected error occurred. Your post was not
saved.',
- 'flow-error-external' => 'An error occurred while saving your post.
Your post was not saved.<br/><small>The error message received was: $1</small>',
- 'flow-error-external-multi' => 'Errors were encountered while saving
your post. Your post was not saved. <br/> $1',
+ 'flow-error-external' => 'An error occurred while saving your post.
Your post was not saved.<br /><small>The error message received was:
$1</small>',
+ 'flow-error-external-multi' => 'Errors were encountered while saving
your post. Your post was not saved.<br />$1',
'flow-error-missing-content' => 'Post has no content. Content is
required to save a new post.',
'flow-error-missing-title' => 'Topic has no title. Title is required to
save a new topic.',
diff --git a/templates/post.html.php b/templates/post.html.php
index c4e925f..5468838 100644
--- a/templates/post.html.php
+++ b/templates/post.html.php
@@ -18,6 +18,8 @@
'value' => $value,
) );
}
+ // Give grep a chance to find the usages:
+ // flow-post-action-delete-post, flow-post-action-restore-post
$output .= Html::element( 'input', array(
'type' => 'submit',
'class' => 'mw-ui-button '.$class,
--
To view, visit https://gerrit.wikimedia.org/r/79199
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9be306c43b3a778ea59786d22b091ad48d57168f
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <[email protected]>
Gerrit-Reviewer: Shirayuki <[email protected]>
Gerrit-Reviewer: Werdna <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits