Nikerabbit has uploaded a new change for review.

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

Change subject: Move colons to messages for consistancy
......................................................................

Move colons to messages for consistancy

Change-Id: I4f82a7597f67dc56039badb38aa5977e456d8c1c
---
M i18n/pagetranslation/en.json
M tag/SpecialPageTranslation.php
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/33/161933/1

diff --git a/i18n/pagetranslation/en.json b/i18n/pagetranslation/en.json
index 17f0a75..7341798 100644
--- a/i18n/pagetranslation/en.json
+++ b/i18n/pagetranslation/en.json
@@ -23,9 +23,9 @@
     "tpt-action-nofuzzy": "Do not invalidate translations",
     "tpt-badtitle": "Page name given ($1) is not a valid title",
     "tpt-nosuchpage": "Page $1 does not exist",
-    "tpt-oldrevision": "$2 is not the latest version of the page [[$1]].\nOnly 
latest versions can be marked for translation.",
+    "tpt-oldrevision": "$2 is not the latest version of the page 
[[:$1]].\nOnly latest versions can be marked for translation.",
     "tpt-notsuitable": "Page $1 is not suitable for translation.\nMake sure it 
has <nowiki><translate></nowiki> tags and has a valid syntax.",
-    "tpt-saveok": "The page [[$1]] has been marked up for translation with $2 
{{PLURAL:$2|translation unit|translation units}}.\nThe page can now be <span 
class=\"plainlinks\">[$3 translated]</span>.",
+    "tpt-saveok": "The page [[:$1]] has been marked up for translation with $2 
{{PLURAL:$2|translation unit|translation units}}.\nThe page can now be <span 
class=\"plainlinks\">[$3 translated]</span>.",
     "tpt-offer-notify": "You can <span class=\"plainlinks\">[$1 notify 
translators]</span> about this page.",
     "tpt-badsect": "\"$1\" is not a valid name for translation unit $2.",
     "tpt-showpage-intro": "Below new, existing and deleted translation units 
are listed.\nBefore marking this version for translation, check that the 
changes to translation units are minimized to avoid unnecessary work for 
translators.",
diff --git a/tag/SpecialPageTranslation.php b/tag/SpecialPageTranslation.php
index 9f59285..f998274 100644
--- a/tag/SpecialPageTranslation.php
+++ b/tag/SpecialPageTranslation.php
@@ -168,7 +168,7 @@
                        $link = "<span class='plainlinks'>[$target 
$revision]</span>";
                        $out->wrapWikiMsg(
                                '<div class="warningbox">$1</div>',
-                               array( 'tpt-oldrevision', ':' . 
$title->getPrefixedText(), $link  )
+                               array( 'tpt-oldrevision', 
$title->getPrefixedText(), $link  )
                        );
                        $this->listPages();
 
@@ -229,7 +229,7 @@
 
                $this->getOutput()->wrapWikiMsg(
                        '<div class="successbox">$1</div>',
-                       array( 'tpt-saveok',  ':' . $titleText, $num, $link   )
+                       array( 'tpt-saveok', $titleText, $num, $link   )
                );
 
                // If TranslationNotifications is installed, and the user can 
notify

-- 
To view, visit https://gerrit.wikimedia.org/r/161933
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4f82a7597f67dc56039badb38aa5977e456d8c1c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to