summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp
index aa77847d..e4064040 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1131,7 +1131,7 @@ void do_parse()
BY_SERVER);
break;
case 2: // Invite request check failed...
- chatWindow->chatLog("Trade cancelled due to an "
+ chatWindow->chatLog("Trade canceled due to an "
"unknown reason.", BY_SERVER);
break;
case 3: // Trade accepted
@@ -1141,8 +1141,8 @@ void do_parse()
tradeWindow->setVisible(true);
requestTradeDialogOpen = false;
break;
- case 4: // Trade cancelled
- chatWindow->chatLog("Trade cancelled.", BY_SERVER);
+ case 4: // Trade canceled
+ chatWindow->chatLog("Trade canceled.", BY_SERVER);
tradeWindow->setVisible(false);
break;
default: // Shouldn't happen as well, but to be sure