mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Missing translation
This commit is contained in:
parent
f1ce1ed6b8
commit
496f3c3793
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue