mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
adds/adapts translation context markers
last nesscessary changes for internationalisation -> Cura Contributes to: issue CURA-116
This commit is contained in:
parent
09cf161b59
commit
ef93524d78
6 changed files with 7 additions and 12 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue