1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-14 17:14:07 +01:00

Don't translate the empty string.

This commit is contained in:
James Crook
2017-03-18 18:04:56 +00:00
parent 2bc9497dc2
commit 47fb879157
2 changed files with 2 additions and 2 deletions

View File

@@ -245,7 +245,7 @@ namespace {
&Scrubber::OnSeek, true, &Scrubber::Seeks,
},
{ wxT("ToggleScrubRuler"), XO("Scrub Ruler"), XO(""),
{ wxT("ToggleScrubRuler"), XO("Scrub Ruler"), wxT(""),
AlwaysEnabledFlag,
&Scrubber::OnToggleScrubRuler, true, &Scrubber::ShowsBar,
},