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
1 changed files with 1 additions and 1 deletions

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
}