Shirayuki has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/79199


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, 12 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/99/79199/1

diff --git a/Flow.i18n.php b/Flow.i18n.php
index 6920bf4..c258832 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 &ndash; 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,23 +20,23 @@
        '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-post-action-delete-post' => 'Delete post',
        'flow-post-action-restore-post' => 'Restore post',
-       'flow-topic-action-edit-title' => 'Edit Title',
+       'flow-topic-action-edit-title' => 'Edit title',
 
        '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 c5803fa..dfddf00 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: newchange
Gerrit-Change-Id: I9be306c43b3a778ea59786d22b091ad48d57168f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to