iOS: Add Linguist comment.

Change-Id: I4eac32fdda32cb5d6a4d8676b25884d5a9e205ea
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Friedemann Kleint
2013-11-04 15:10:15 +01:00
parent fc1a209fe0
commit 06eaed8a7a

View File

@@ -213,6 +213,7 @@ IosDeviceManager::TranslationMap IosDeviceManager::translationMap()
return *translationMap; return *translationMap;
TranslationMap &tMap = *new TranslationMap; TranslationMap &tMap = *new TranslationMap;
tMap[QLatin1String("deviceName")] = tr("Device name"); tMap[QLatin1String("deviceName")] = tr("Device name");
//: Whether the device is in developer mode.
tMap[QLatin1String("developerStatus")] = tr("Developer status"); tMap[QLatin1String("developerStatus")] = tr("Developer status");
tMap[QLatin1String("deviceConnected")] = tr("Connected"); tMap[QLatin1String("deviceConnected")] = tr("Connected");
tMap[QLatin1String("YES")] = tr("yes"); tMap[QLatin1String("YES")] = tr("yes");