Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/183781

Change subject: Make fuzzy default action for changes in source language
......................................................................

Make fuzzy default action for changes in source language

Because I'm tried of clicking hundreds of checkboxes. Not fuzzying
should be the exception (like spelling fix), not the default.

Change-Id: Icecf16ed3c3a954cd1304ab0a5addbe57d7acd7a
---
M specials/SpecialManageGroups.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/81/183781/1

diff --git a/specials/SpecialManageGroups.php b/specials/SpecialManageGroups.php
index 0d80dfe..42abcef 100644
--- a/specials/SpecialManageGroups.php
+++ b/specials/SpecialManageGroups.php
@@ -229,7 +229,7 @@
 
                        if ( $group->getSourceLanguage() === $code ) {
                                $label = $this->msg( 
'translate-manage-action-fuzzy' )->text();
-                               $actions .= ' ' . Xml::checkLabel( $label, 
"f/$id", "f/$id" );
+                               $actions .= ' ' . Xml::checkLabel( $label, 
"f/$id", "f/$id", true );
                                $limit--;
                        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/183781
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icecf16ed3c3a954cd1304ab0a5addbe57d7acd7a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to