adds/adapts translation context markers

last nesscessary changes for internationalisation -> Cura

Contributes to: issue CURA-116
This commit is contained in:
Tamara Hogenhout 2015-09-09 15:25:39 +02:00
parent 09cf161b59
commit ef93524d78
6 changed files with 7 additions and 12 deletions

View file

@ -126,7 +126,7 @@ Rectangle
{
for(var i = 0; i < modesListModel.count; ++i)
{
modesListModel.setProperty(i, "text", modesListModel.get(i).text);
modesListModel.setProperty(i, "text", catalog.i18nc("@label", modesListModel.get(i).text));
}
}
}