1
0
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:
James Crook
2016-07-15 11:14:41 +01:00
parent e056c23879
commit 308ccb9eab

View File

@@ -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
}