1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

Missing translation

This commit is contained in:
Andre Bernet 2014-04-23 16:25:12 +02:00
parent f1ce1ed6b8
commit 496f3c3793

View file

@ -2023,7 +2023,7 @@ for (i=0; i<MAX_PROFILES && g.profile[i].existsOnDisk(); i++)
// Copy current profile to new and give it a new name
g.profile[i] = g.profile[g.id()];
g.profile[i].name( QString("New Radio"));
g.profile[i].name( QString(tr("New Radio")));
g.id(i);
updateMenus();