From 8ec62ce46bef65ece1940193493ffd22214208ce Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 21 Apr 2011 13:40:37 -0500 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js index cee2f90b6..fdaaeec7c 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