X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fcontextmenuactionprovider.cpp;h=6b0999d8628ecc22a6b5c77c28663d767bcecce0;hp=b2f05ed299d63b1203c5e1ec697f18c7458ea4b9;hb=c8ddabf364eff2400c61cea395aefe69eb8ba1b3;hpb=0fdc92b633d25609933314dc4fd942a7ab5dd94a diff --git a/src/uisupport/contextmenuactionprovider.cpp b/src/uisupport/contextmenuactionprovider.cpp index b2f05ed2..6b0999d8 100644 --- a/src/uisupport/contextmenuactionprovider.cpp +++ b/src/uisupport/contextmenuactionprovider.cpp @@ -137,7 +137,7 @@ ContextMenuActionProvider::ContextMenuActionProvider(QObject* parent) _nickIgnoreMenuAction->setMenu(ignoreMenu); // These are disabled actions used as descriptions - // They don't need any of the Action fancyness so we use plain QActions + // They don't need any of the Action fanciness so we use plain QActions _ignoreDescriptions << new QAction(tr("Add Ignore Rule"), this); _ignoreDescriptions << new QAction(tr("Existing Rules"), this); foreach (QAction* act, _ignoreDescriptions)