volume: Clarify translatable string

https://bugzilla.gnome.org/show_bug.cgi?id=642135
This commit is contained in:
Florian Müllner 2011-09-07 14:11:10 +02:00
parent daa380fb0e
commit aa2a63bd84

View File

@ -35,6 +35,7 @@ const Indicator = new Lang.Class({
this._output = null;
this._outputVolumeId = 0;
this._outputMutedId = 0;
/* Translators: This is the label for audio volume */
this._outputTitle = new PopupMenu.PopupMenuItem(_("Volume"), { reactive: false });
this._outputSlider = new PopupMenu.PopupSliderMenuItem(0);
this._outputSlider.connect('value-changed', Lang.bind(this, this._sliderChanged, '_output'));