diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/esieequest/model/items/Inventory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/esieequest/model/items/Inventory.java b/src/esieequest/model/items/Inventory.java index 228386e..dddff8f 100644 --- a/src/esieequest/model/items/Inventory.java +++ b/src/esieequest/model/items/Inventory.java | |||
@@ -71,7 +71,7 @@ public class Inventory { | |||
71 | * @return the list of items | 71 | * @return the list of items |
72 | */ | 72 | */ |
73 | public String listItems() { | 73 | public String listItems() { |
74 | return Utils.list(this.items.keySet(), "Items:", "No items."); | 74 | return Utils.list(this.items.keySet(), "Items:", "No items here."); |
75 | } | 75 | } |
76 | 76 | ||
77 | /** | 77 | /** |