1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Remove some double space

This commit is contained in:
scootergrisen
2018-01-17 15:50:15 +01:00
committed by James Crook
parent 218eb67316
commit b4f7946e9b
14 changed files with 16 additions and 16 deletions

View File

@@ -2715,10 +2715,10 @@ namespace {
// IsScrubbing is true if Scrubbing OR seeking.
if( scrubber.IsScrubbing() )
// User is dragging already, explain.
return _("Drag to Seek. Release to stop seeking.");
return _("Drag to Seek. Release to stop seeking.");
else
// User has clicked but not yet moved or released.
return _("Drag to Seek. Release and move to Scrub.");
return _("Drag to Seek. Release and move to Scrub.");
}
// Since mouse is up, mention moving first.
return _("Move to Scrub. Drag to Seek.");