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:
committed by
James Crook
parent
218eb67316
commit
b4f7946e9b
@@ -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.");
|
||||
|
Reference in New Issue
Block a user