mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-29 22:58:39 +02:00
Missing string for translation
This commit is contained in:
parent
05866b6579
commit
5f7ca9fffe
@ -53,7 +53,7 @@ TitleRestorer::TitleRestorer(
|
|||||||
);
|
);
|
||||||
if ( UnnamedCount > 1 ) {
|
if ( UnnamedCount > 1 ) {
|
||||||
sProjNumber.Printf(
|
sProjNumber.Printf(
|
||||||
"[Project %02i] ", project.GetProjectNumber() + 1 );
|
_("[Project %02i] "), project.GetProjectNumber() + 1 );
|
||||||
RefreshAllTitles( true );
|
RefreshAllTitles( true );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user