浏览代码

Case sensitivity sucks.

pull/391/head
Greg Holmes 9 年前
父节点
当前提交
e25afbd152
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      channelwho/src/com/dmdirc/addons/channelwho/ChannelWhoManager.java

+ 1
- 1
channelwho/src/com/dmdirc/addons/channelwho/ChannelWhoManager.java 查看文件

@@ -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
 

正在加载...
取消
保存