userMenu: Rename 'Hidden' to 'Invisible'
Apparently only the Telepathy API calls this status 'Hidden', Empathy and most network use 'Invisible' (also see https://bugzilla.gnome.org/show_bug.cgi?id=603472). https://bugzilla.gnome.org/show_bug.cgi?id=658955
This commit is contained in:
parent
81929c2a92
commit
01c07fbea1
@ -133,7 +133,7 @@ const IMStatusChooserItem = new Lang.Class({
|
||||
item = new IMStatusItem(_("Busy"), 'user-busy');
|
||||
this._combo.addMenuItem(item, IMStatus.BUSY);
|
||||
|
||||
item = new IMStatusItem(_("Hidden"), 'user-invisible');
|
||||
item = new IMStatusItem(_("Invisible"), 'user-invisible');
|
||||
this._combo.addMenuItem(item, IMStatus.HIDDEN);
|
||||
|
||||
item = new IMStatusItem(_("Away"), 'user-away');
|
||||
|
Loading…
Reference in New Issue
Block a user