Skip to content

Commit

Permalink
Rename talkpage message to special-talkpage
Browse files Browse the repository at this point in the history
talkpage is unfortunately already occupied by CologneBlue.

Bug: T242346
Change-Id: I6cbf5f1307e5e54685d61e4f6594cc85ff040221
  • Loading branch information
lucaswerkmeister committed May 14, 2024
1 parent 7cab7c7 commit a67391b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions includes/specials/redirects/SpecialTalkPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,9 @@ protected function getMessagePrefix() {
return 'special-talkpage';
}

public function getDescription() {
// "talkpage" is already taken by CologneBlue
return $this->msg( 'special-talkpage' );
}

}
2 changes: 1 addition & 1 deletion languages/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3696,7 +3696,7 @@
"fileduplicatesearch-result-1": "The file \"$1\" has no identical duplication.",
"fileduplicatesearch-result-n": "The file \"$1\" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.",
"fileduplicatesearch-noresults": "No file named \"$1\" found.",
"talkpage": "Talk page",
"special-talkpage": "Talk page",
"special-talkpage-target": "Subject page",
"special-talkpage-submit": "Go to talk page",
"specialpages": "Special pages",
Expand Down
2 changes: 1 addition & 1 deletion languages/i18n/qqq.json
Original file line number Diff line number Diff line change
Expand Up @@ -3954,7 +3954,7 @@
"fileduplicatesearch-result-1": "Result line after the list of files of [[Special:FileDuplicateSearch]].\n\nParameters:\n* $1 - the name of the requested file",
"fileduplicatesearch-result-n": "Result line after the list of files of [[Special:FileDuplicateSearch]]\n\n* $1 is the name of the requested file.\n* $2 is the number of identical duplicates of the requested file",
"fileduplicatesearch-noresults": "Parameters:\n* $1 - file name",
"talkpage": "Name of special page [[Special:TalkPage]].",
"special-talkpage": "Name of special page [[Special:TalkPage]].",
"special-talkpage-target": "Input form of [[Special:TalkPage]].",
"special-talkpage-submit": "Button label on [[Special:TalkPage]].",
"specialpages": "{{doc-special|SpecialPages|unlisted=1}}\nDisplay name of link to [[Special:SpecialPages]] shown on all pages in the toolbox.\n\nSee also:\n* {{msg-mw|Specialpages}}\n* {{msg-mw|Accesskey-t-specialpages}}\n* {{msg-mw|Tooltip-t-specialpages}}\n{{Identical|Special page}}",
Expand Down

0 comments on commit a67391b

Please sign in to comment.