diff options
author | dartraiden <wowemuh@gmail.com> | 2022-03-29 18:04:17 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-03-29 18:04:17 +0300 |
commit | c795326b7c71a18749162a1b98b6144621b21976 (patch) | |
tree | 67abd9fda1d2410dcd68203411cde2bb0dd85cc6 /plugins/TabSRMM/src | |
parent | 0d8dc9ac6674d68d42754ce5de4b396a119dd85e (diff) |
Fix capitalization
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/chat_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp index 5150712a36..fa9346cabf 100644 --- a/plugins/TabSRMM/src/chat_main.cpp +++ b/plugins/TabSRMM/src/chat_main.cpp @@ -371,7 +371,7 @@ int Chat_Load() g_chatApi.ShowRoom = stubShowRoom;
g_chatApi.OnLoadSettings = OnLoadSettings;
- Srmm_CreateHotkey(TABSRMM_HK_SECTION_GENERIC, LPGEN("Send Message"));
+ Srmm_CreateHotkey(TABSRMM_HK_SECTION_GENERIC, LPGEN("Send message"));
// this operation is unsafe, that's why we restore the old pci state on exit
g_chatApi.DoSoundsFlashPopupTrayStuff = DoSoundsFlashPopupTrayStuff;
|