From d50d28e52c4f7bb0baf7fd3c2f85a47e7217ae4f Mon Sep 17 00:00:00 2001 From: NovemLinguae Date: Sun, 28 Jul 2024 15:47:04 -0700 Subject: [PATCH] config: fix grammar in helptip Requested by Graham87 at https://en.wikipedia.org/wiki/MediaWiki_talk:Gadget-Twinkle.js#Interface-protected_edit_request_on_28_July_2024 --- modules/twinkleconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/twinkleconfig.js b/modules/twinkleconfig.js index ba7ebe999..d358706f5 100644 --- a/modules/twinkleconfig.js +++ b/modules/twinkleconfig.js @@ -218,7 +218,7 @@ Twinkle.config.sections = [ { name: 'defaultToPartialBlocks', label: 'Select partial blocks by default when opening the block menu', - helptip: 'If the user is already blocked, this will be overridden by in favor of defaulting to the current block type', + helptip: 'If the user is already blocked, this will be overridden in favor of defaulting to the current block type', type: 'boolean' },