Make device name translatable

This commit is contained in:
deve 2017-08-30 06:46:55 +02:00
parent 6e30154fc3
commit 2de3a39e04

View File

@ -134,7 +134,8 @@ void OptionsScreenInput::buildDeviceList()
if (touch_device != NULL)
{
devices->addItem("touch_device", " Touch device", 1);
devices->addItem("touch_device", (core::stringw(" ") +
_("Touch Device")).c_str(), 1);
}
} // buildDeviceList