diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-22 20:59:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-22 20:59:30 +0300 |
commit | b3932eb6551017af4f8924bb4050312887f38035 (patch) | |
tree | a16f1ba5c334e51653f07e82429f16d7138f5da3 /src/localplayer.cpp | |
parent | 8fb121ec3791bfe3e4d4b1003fcc3397d0b0ea19 (diff) | |
download | mv-b3932eb6551017af4f8924bb4050312887f38035.tar.gz mv-b3932eb6551017af4f8924bb4050312887f38035.tar.bz2 mv-b3932eb6551017af4f8924bb4050312887f38035.tar.xz mv-b3932eb6551017af4f8924bb4050312887f38035.zip |
Update translations again and fix typos.
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r-- | src/localplayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp index 9cae5d094..5759c7dc4 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -1380,7 +1380,7 @@ void LocalPlayer::pickedUp(const ItemInfo &itemInfo, int amount, break; case PICKUP_TOO_HEAVY: msg = N_("Item is too heavy."); break; - case PICKUP_TOO_FAR: msg = N_("Item is too far away"); + case PICKUP_TOO_FAR: msg = N_("Item is too far away."); break; case PICKUP_INV_FULL: msg = N_("Inventory is full."); break; |