mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-29 14:48: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 ) {
|
||||
sProjNumber.Printf(
|
||||
"[Project %02i] ", project.GetProjectNumber() + 1 );
|
||||
_("[Project %02i] "), project.GetProjectNumber() + 1 );
|
||||
RefreshAllTitles( true );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user