Skip to content

Commit

Permalink
Merge pull request #157 from NLWikiTools/patches
Browse files Browse the repository at this point in the history
Replaced WP:TW for Overleg Wikipedia:Twinkle
  • Loading branch information
bas-dehaan committed Jun 11, 2023
2 parents 735a593 + d18dee9 commit 9555c0d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/friendlyshared.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Twinkle.shared.callback = function friendlysharedCallback() {
Window.setScriptName('Twinkle');
Window.addFooterLink('Shared prefs', 'WP:TW/PREF#shared');
Window.addFooterLink('Twinkle help', 'WP:TW/DOC#shared');
Window.addFooterLink('Give feedback', 'WT:TW');
Window.addFooterLink('Give feedback', 'Overleg Wikipedia:Twinkle');

var form = new Morebits.quickForm(Twinkle.shared.callback.evaluate);

Expand Down
2 changes: 1 addition & 1 deletion modules/twinklespeedy.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Twinkle.speedy.initDialog = function twinklespeedyInitDialog(callbackfunc) {
dialog.addFooterLink('Directe verwijderingsrichtlijnen', 'WP:RVM#Een_pagina_direct_verwijderen');
dialog.addFooterLink('Nuweg voorkeuren', 'WP:TW/PREF#speedy');
dialog.addFooterLink('Twinkle help', 'WP:TW/DOC#speedy');
dialog.addFooterLink('Geef feedback', 'WT:TW');
dialog.addFooterLink('Geef feedback', 'Overleg Wikipedia:Twinkle');

var form = new Morebits.quickForm(callbackfunc, Twinkle.getPref('speedySelectionStyle') === 'radioClick' ? 'change' : null);
if (Morebits.userIsSysop) {
Expand Down
2 changes: 1 addition & 1 deletion modules/twinklewarn.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ Twinkle.warn.callback.change_category = function twinklewarnCallbackChangeCatego
// scaled levels from singlenotice, singlewarn, and custom
var level = val.replace(/^\D+/g, '');
// due to an apparent iOS bug, we have to add an option-group to prevent truncation of text
// (search WT:TW archives for "Problem selecting warnings on an iPhone")
// (search Overleg Wikipedia:Twinkle archives for "Problem selecting warnings on an iPhone")
if (wrapInOptgroup && $.client.profile().platform === 'iphone') {
var wrapperOptgroup = new Morebits.quickForm.element({
type: 'optgroup',
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Twinkle",
"name": "twinkle",
"version": "1.1.16",
"version": "1.1.18",
"description": "Wikipedia gadget that helps with maintenance-tasks",
"homepage": "https://github.com/NLWikiTools/TBx-Manager",
"scripts": {
Expand Down

0 comments on commit 9555c0d

Please sign in to comment.