mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 00:58:37 +02:00
Bug 1420 - Tooltip for Scrub Bar is inaccurate/misleading
This commit is contained in:
parent
e056c23879
commit
308ccb9eab
@ -2123,7 +2123,7 @@ namespace {
|
|||||||
else
|
else
|
||||||
return _("Click or drag to begin scrubbing");
|
return _("Click or drag to begin scrubbing");
|
||||||
#else
|
#else
|
||||||
return _("Click to scrub, drag to seek");
|
return _("Click & move to scrub. Click & drag to seek");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user