diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-07-25 12:13:07 +0200 |
---|---|---|
committer | Kess Vargavind <vargavind@gmail.com> | 2009-07-25 12:13:07 +0200 |
commit | c536b0b450206d51833d88f475a6097a3b7d4d07 (patch) | |
tree | 5cb9304917618557baf5bc7830da885c2bce0e46 /src/gui/widgets/whispertab.cpp | |
parent | 2c93d5449517c1e1d62d813034a0c1406867aa7d (diff) | |
download | mana-c536b0b450206d51833d88f475a6097a3b7d4d07.tar.gz mana-c536b0b450206d51833d88f475a6097a3b7d4d07.tar.bz2 mana-c536b0b450206d51833d88f475a6097a3b7d4d07.tar.xz mana-c536b0b450206d51833d88f475a6097a3b7d4d07.zip |
Minor spelling fix
Diffstat (limited to 'src/gui/widgets/whispertab.cpp')
-rw-r--r-- | src/gui/widgets/whispertab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp index 43c63cc0..bc0d54d0 100644 --- a/src/gui/widgets/whispertab.cpp +++ b/src/gui/widgets/whispertab.cpp @@ -84,7 +84,7 @@ bool WhisperTab::handleCommand(const std::string &type, else if (args == "ignore") { chatLog(_("Command: /ignore")); - chatLog(_("This command ignores the other player reguardless of " + chatLog(_("This command ignores the other player regardless of " "current relations.")); } else if (args == "unignore") |