mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-24 09:31:13 +01:00
Bug 1420 - Tooltip for Scrub Bar is inaccurate/misleading
This commit is contained in:
@@ -2123,7 +2123,7 @@ namespace {
|
||||
else
|
||||
return _("Click or drag to begin scrubbing");
|
||||
#else
|
||||
return _("Click to scrub, drag to seek");
|
||||
return _("Click & move to scrub. Click & drag to seek");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user