Skip to content

Commit

Permalink
speedy: Correct language for G6 db-disambig (#437)
Browse files Browse the repository at this point in the history
As requested on [WT:TW](https://en.wikipedia.org/w/index.php?oldid=857841491#Db-disambig), correct the db-disambig tooltip to say that it applies to a page that dabs one page, not two or fewer.

Original text was introduced in f92641e, which was [correct at the time](https://en.wikipedia.org/w/index.php?title=Template:Db-disambig&oldid=353013319).
  • Loading branch information
Amorymeltzer authored and kevinji committed Sep 3, 2018
1 parent d5f51a0 commit c91c45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/twinklespeedy.js
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ Twinkle.speedy.generalList = [
{
label: 'G6: Unnecessary disambiguation page',
value: 'disambig',
tooltip: 'This only applies for orphaned disambiguation pages which either: (1) disambiguate two or fewer existing Wikipedia pages and whose title ends in "(disambiguation)" (i.e., there is a primary topic); or (2) disambiguates no (zero) existing Wikipedia pages, regardless of its title.',
tooltip: 'This only applies for orphaned disambiguation pages which either: (1) disambiguate only one existing Wikipedia page and whose title ends in "(disambiguation)" (i.e., there is a primary topic); or (2) disambiguate no (zero) existing Wikipedia pages, regardless of its title.',
hideWhenMultiple: true,
hideWhenRedirect: true
},
Expand Down

0 comments on commit c91c45f

Please sign in to comment.