From 99648c2c8693de68ebe0449e139413864e5dd6f1 Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Mon, 27 Jul 2009 17:55:00 +0200 Subject: Merge of two gettext strings As reported by swimmy on the forums --- src/resources/itemdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/resources/itemdb.cpp b/src/resources/itemdb.cpp index b25f754f..900e3547 100644 --- a/src/resources/itemdb.cpp +++ b/src/resources/itemdb.cpp @@ -153,7 +153,7 @@ void ItemDB::load() ItemInfo *itemInfo = new ItemInfo; itemInfo->setId(id); itemInfo->setImageName(image); - itemInfo->setName(name.empty() ? _("Unnamed") : name); + itemInfo->setName(name.empty() ? _("unnamed") : name); itemInfo->setDescription(description); itemInfo->setType(itemTypeFromString(typeStr)); itemInfo->setView(view); -- cgit v1.2.3-60-g2f50