1
0
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:
James Crook 2020-04-14 15:48:08 +01:00
parent 05866b6579
commit 5f7ca9fffe

View File

@ -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 );
} }
} }