Revert "Re-phrased titles for diff and history pages"
authorKrinkle <ttijhof@wikimedia.org>
Sat, 26 May 2012 23:54:58 +0000 (23:54 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 26 May 2012 23:54:58 +0000 (23:54 +0000)
This reverts commit af988eccc8981467c8bf4b639b47f673ab8d59e6

- It is inconsistent with all other actions and special pages (move page, edit page, delete page, What links here, search, ...)
- The exact spelling is (whether or not to uppercase the suffix, how to use quotation) is under heavy discussion on en.wikipedia (although it is not deployed yet, someone took the liberty to make the same change locally to see how people react, see also next point)
- Whether or not this actually improves tabbed browsing is imho highly doubtful. I consider myself to be an active vandal fighter and when working with fixing up vandals' contributions I sometimes have 50 tabs open. Some are diffs some are history etc. Knowing the action is imho more important than the page title. But having said that, both have their fair points (Either you can have 3 tabs like "Foo:Bar .." and not know which is what action. Or have 3 tabs like "Difference be.." and not know which is for which page). Imho the breadcrumb path "Action < Page < Site" makes more sense.
- See also discussion on the original gerrit change

Overal revert summary: Has issues, until resolved and if still relevant after that, for now reverting to status quo.

languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php

index 1145158..f37f970 100644 (file)
@@ -1669,9 +1669,9 @@ Note that using the navigation links will reset this column.',
 'mergelogpagetext'   => 'Below is a list of the most recent merges of one page history into another.',
 
 # Diffs
-'history-title'              => '$1: Revision history',
-'difference-title'           => '$1: Difference between revisions',
-'difference-title-multipage' => '$1 and $2: Difference between pages',
+'history-title'              => 'Revision history of "$1"',
+'difference-title'           => 'Difference between revisions of "$1"',
+'difference-title-multipage' => 'Difference between pages "$1" and "$2"',
 'difference-multipage'       => '(Difference between pages)',
 'lineno'                     => 'Line $1:',
 'compareselectedversions'    => 'Compare selected revisions',
index 2fd5aaf..766dc34 100644 (file)
@@ -1255,9 +1255,9 @@ Please note that the parameters in a log entry will appear in the log only in th
 'mergelogpagetext' => 'Description of the [http://translatewiki.net/w/i.php?title=Special%3ALog&type=merge&user=&page=&year=&month=-1 merge log], on the log. The associated [[Special:MergeHistory|Merge]] special page is not enabled by default.',
 
 # Diffs
-'history-title' => 'Displayed as page title when you click on the "history" tab. The parameter $1 is the normal page title. It should appear in the beginning, so it will be visible in a browser tab.',
-'difference-title' => 'Displayed as page title when viewing the difference between two edits of the same page. The parameter $1 is the page title of the two revisions. It should appear in the beginning, so it will be visible in a browser tab.',
-'difference-title-multipage' => 'Displayed as page title when viewing the difference between two edits of different pages. The parameter $1 is the page title of the old revision and $2 is the page title of the new revision. They should appear in the beginning, so they will be visible in a browser tab.',
+'history-title' => 'Displayed as page title when you click on the "history" tab. The parameter $1 is the normal page title.',
+'difference-title' => 'Displayed as page title when viewing the difference between two edits of the same page. The parameter $1 is the page title of the two revisions.',
+'difference-title-multipage' => 'Displayed as page title when viewing the difference between two edits of different pages. The parameter $1 is the page title of the old revision and $2 is the page title of the new revision.',
 'difference-multipage' => 'Displayed under the title when viewing the difference between two or more pages.
 See also {{msg-mw|difference}}.',
 'lineno' => 'Message used when comparing different versions of a page (diff). $1 is a line number.',