Shirayuki has uploaded a new change for review.

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


Change subject: Rename message & Fix comment
......................................................................

Rename message & Fix comment

* Fix comment for grep
* Replace "monthss" by "months"

Change-Id: I2cd0bb66eaf967fffd7ca26157ae4409222eedcf
---
M Flow.i18n.php
M templates/post.html.php
2 files changed, 4 insertions(+), 3 deletions(-)


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

diff --git a/Flow.i18n.php b/Flow.i18n.php
index 66f3552..eccadd3 100644
--- a/Flow.i18n.php
+++ b/Flow.i18n.php
@@ -81,7 +81,7 @@
        'flow-paging-fwd' => 'Older topics',
        'flow-last-modified' => 'Last modified about $1',
        'flow-days-ago' => '$1 {{PLURAL:$1|day|days}} ago',
-       'flow-monthss-ago' => '$1 {{PLURAL:$1|months|monthss}} ago',
+       'flow-months-ago' => '$1 {{PLURAL:$1|month|months}} ago',
        'flow-years-ago' => '$1 {{PLURAL:$1|year|years}} ago',
 );
 
@@ -697,7 +697,7 @@
        'flow-paging-fwd' => 'Старіші теми',
        'flow-last-modified' => 'Остання зміна про $1',
        'flow-days-ago' => '$1 {{PLURAL:$1|день|дні|днів}} тому',
-       'flow-monthss-ago' => '$1 {{PLURAL:$1|місяць|місяці|місяців}} тому',
+       'flow-months-ago' => '$1 {{PLURAL:$1|місяць|місяці|місяців}} тому',
        'flow-years-ago' => '$1 {{PLURAL:$1|рік|роки|років}} тому',
 );
 
diff --git a/templates/post.html.php b/templates/post.html.php
index cc18778..2178776 100644
--- a/templates/post.html.php
+++ b/templates/post.html.php
@@ -19,7 +19,8 @@
                ) );
        }
        // Give grep a chance to find the usages:
-       // flow-post-action-delete-post, flow-post-action-restore-post
+       // flow-post-action-censor-post, flow-post-action-delete-post, 
flow-post-action-hide-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/81135
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2cd0bb66eaf967fffd7ca26157ae4409222eedcf
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