From 10e6403739611bdc0ea06cf0ed55a0674f111100 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 22 May 2011 15:48:23 +0300 Subject: Some typo fixes and add comments for translators. --- src/gui/shopwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/shopwindow.cpp') diff --git a/src/gui/shopwindow.cpp b/src/gui/shopwindow.cpp index 72553ea01..81710dda3 100644 --- a/src/gui/shopwindow.cpp +++ b/src/gui/shopwindow.cpp @@ -683,7 +683,7 @@ void ShopWindow::processRequest(std::string nick, std::string data, int mode) if (!item2 || item2->getQuantity() < amount || !findShopItem(mTradeItem, SELL)) { - sendMessage(nick, "error: Cant sell this item ", true); + sendMessage(nick, "error: Can't sell this item ", true); return; } msg = "buy"; @@ -693,7 +693,7 @@ void ShopWindow::processRequest(std::string nick, std::string data, int mode) { if (!findShopItem(mTradeItem, BUY)) { - sendMessage(nick, "error: Cant buy this item ", true); + sendMessage(nick, "error: Can't buy this item ", true); return; } msg = "sell"; -- cgit v1.2.3-60-g2f50