summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r--src/localplayer.cpp2
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;