1
0
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:
james.k.crook@gmail.com
2012-04-28 17:33:28 +00:00
parent a41a447fdc
commit f34863833b

View File

@@ -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"));
}