Bluetooth: fix ngettext call
https://bugzilla.gnome.org/show_bug.cgi?id=709043
This commit is contained in:
parent
33896a4e8f
commit
fdb732c8c2
@ -55,7 +55,7 @@ const Indicator = new Lang.Class({
|
|||||||
this._item.actor.visible = on;
|
this._item.actor.visible = on;
|
||||||
|
|
||||||
if (on)
|
if (on)
|
||||||
this._item.status.text = ngettext("%d Connected Device", "%d Connected Devices").format(nDevices);
|
this._item.status.text = ngettext("%d Connected Device", "%d Connected Devices", nDevices).format(nDevices);
|
||||||
},
|
},
|
||||||
|
|
||||||
_ensureSource: function() {
|
_ensureSource: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user