[gnome-shell] Bluetooth: fix ngettext call
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Bluetooth: fix ngettext call
- Date: Thu, 3 Oct 2013 14:07:33 +0000 (UTC)
commit fdb732c8c236efcf41caeb4f0092ae3d87ca1739
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Thu Oct 3 14:26:12 2013 +0200
Bluetooth: fix ngettext call
https://bugzilla.gnome.org/show_bug.cgi?id=709043
js/ui/status/bluetooth.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js
index 6c9e406..c808d10 100644
--- a/js/ui/status/bluetooth.js
+++ b/js/ui/status/bluetooth.js
@@ -55,7 +55,7 @@ const Indicator = new Lang.Class({
this._item.actor.visible = 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() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]