diff options
author | Alige <aligetmw@hotmail.fr> | 2014-10-23 18:50:19 +0300 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2014-10-23 19:40:06 +0300 |
commit | a6094d662636e67b1515ad21e186041d8cf4cf26 (patch) | |
tree | fb43edb9c4b7c78e1dcfaf6bb733d384de214048 /src/being | |
parent | ad2b88808e5beb50505ae10f52d0dca780378d0c (diff) | |
download | plus-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.gz plus-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.bz2 plus-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.xz plus-a6094d662636e67b1515ad21e186041d8cf4cf26.zip |
Changed all the "cant" by "can't", and fixed few sentences to translate.
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/localplayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index eb4dfae4e..c3f267cb6 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -846,7 +846,7 @@ void LocalPlayer::pickedUp(const ItemInfo &itemInfo, const int amount, break; case Pickup::MAX_AMOUNT: // TRANSLATORS: pickup error message - msg = N_("You cant pickup this amount of items."); + msg = N_("You can't pickup this amount of items."); break; case Pickup::STACK_AMOUNT: // TRANSLATORS: pickup error message |