Kaynağa Gözat

Case sensitivity sucks.

pull/391/head
Greg Holmes 9 yıl önce
ebeveyn
işleme
e25afbd152

+ 1
- 1
channelwho/src/com/dmdirc/addons/channelwho/ChannelWhoManager.java Dosyayı Görüntüle

@@ -93,7 +93,7 @@ public class ChannelWhoManager {
93 93
     @Handler
94 94
     void handleGroupChatPrefsRequestedEvent(final GroupChatPrefsRequestedEvent event) {
95 95
         event.getCategory().addSetting(new PreferencesSetting(PreferencesType.BOOLEAN, domain,
96
-                "sendWho", "Send Who Requests", "Should we send who requests to the channel?",
96
+                "sendwho", "Send Who Requests", "Should we send who requests to the channel?",
97 97
                 event.getConfig(), event.getIdentity()));
98 98
     }
99 99
 

Loading…
İptal
Kaydet