Fix strings (Buffer -> Chat)
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 27 Aug 2009 11:51:30 +0000 (13:51 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 27 Aug 2009 11:51:30 +0000 (13:51 +0200)
Fixes #781.

src/uisupport/contextmenuactionprovider.cpp

index af2e2dd..84fa10b 100644 (file)
@@ -37,8 +37,8 @@ ContextMenuActionProvider::ContextMenuActionProvider(QObject *parent) : NetworkM
 
   registerAction(BufferJoin, SmallIcon("irc-join-channel"), tr("Join"));
   registerAction(BufferPart, SmallIcon("irc-close-channel"), tr("Part"));
-  registerAction(BufferRemove, tr("Delete Buffer(s)..."));
-  registerAction(BufferSwitchTo, tr("Show Buffer"));
+  registerAction(BufferRemove, tr("Delete Chat(s)..."));
+  registerAction(BufferSwitchTo, tr("Go to Chat"));
 
   registerAction(HideJoin, tr("Joins"), true);
   registerAction(HidePart, tr("Parts"), true);