mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
Missing string for translation
This commit is contained in:
@@ -53,7 +53,7 @@ TitleRestorer::TitleRestorer(
|
||||
);
|
||||
if ( UnnamedCount > 1 ) {
|
||||
sProjNumber.Printf(
|
||||
"[Project %02i] ", project.GetProjectNumber() + 1 );
|
||||
_("[Project %02i] "), project.GetProjectNumber() + 1 );
|
||||
RefreshAllTitles( true );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user