[gnome-shell] bluetooth: fix mis-spelling of "Set up"
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] bluetooth: fix mis-spelling of "Set up"
- Date: Thu, 28 Apr 2011 21:32:19 +0000 (UTC)
commit 8ec62ce46bef65ece1940193493ffd22214208ce
Author: Dan Williams <dcbw redhat com>
Date: Thu Apr 21 13:40:37 2011 -0500
bluetooth: fix mis-spelling of "Set up"
"setup" is not a verb.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=648410
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 cee2f90..fdaaeec 100644
--- a/js/ui/status/bluetooth.js
+++ b/js/ui/status/bluetooth.js
@@ -67,7 +67,7 @@ Indicator.prototype = {
this._fullMenuItems = [new PopupMenu.PopupSeparatorMenuItem(),
new PopupMenu.PopupMenuItem(_("Send Files to Device...")),
- new PopupMenu.PopupMenuItem(_("Setup a New Device...")),
+ new PopupMenu.PopupMenuItem(_("Set up a New Device...")),
new PopupMenu.PopupSeparatorMenuItem()];
this._hasDevices = false;
this._deviceSep = this._fullMenuItems[0]; // hidden if no device exists
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]