mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-26 07:56:37 +01:00
i18n-hint for Grabber.
This commit is contained in:
@@ -59,6 +59,11 @@ Grabber::Grabber(wxWindow * parent, wxWindowID id)
|
||||
mOver = false;
|
||||
mPressed = false;
|
||||
|
||||
/* i18n-hint: A 'Grabber' is a region you can click and drag on
|
||||
It's used to drag a track around (when in multi-tool mode) rather
|
||||
than requiring that you use the drag tool. It's shown as a series
|
||||
of horizontal bumps */
|
||||
|
||||
SetLabel(_("Grabber"));
|
||||
SetName(_("Grabber"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user