Rename the Preferences button for coherence with other extensions and system panels.

Closes #67
This commit is contained in:
Marcel Metz
2013-04-12 14:50:14 +02:00
parent 6550ffeac8
commit 4e1493d11d

View File

@@ -179,7 +179,7 @@ const SensorsMenuButton = new Lang.Class({
// separator
section.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
let item = new PopupMenu.PopupMenuItem(_("Preferences\u2026"));
let item = new PopupMenu.PopupMenuItem(_("Sensors Settings"));
item.connect('activate', function () {
if (_gsmPrefs.get_state() == _gsmPrefs.SHELL_APP_STATE_RUNNING){
_gsmPrefs.activate();