summaryrefslogtreecommitdiff
path: root/Userland/Applications/IRCClient/IRCAppWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/IRCClient/IRCAppWindow.cpp')
-rw-r--r--Userland/Applications/IRCClient/IRCAppWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/IRCClient/IRCAppWindow.cpp b/Userland/Applications/IRCClient/IRCAppWindow.cpp
index 5d84b37ab1..c769299db0 100644
--- a/Userland/Applications/IRCClient/IRCAppWindow.cpp
+++ b/Userland/Applications/IRCClient/IRCAppWindow.cpp
@@ -226,7 +226,7 @@ void IRCAppWindow::setup_actions()
m_client->handle_kick_user_action(window->channel().name(), nick_value, reason_value.characters());
});
- m_cycle_channel_action = GUI::Action::create("Cycle Channel", [this](auto&) {
+ m_cycle_channel_action = GUI::Action::create("C&ycle Channel", [this](auto&) {
auto* window = m_client->current_window();
if (!window || window->type() != IRCWindow::Type::Channel) {
return;