[gnome-shell] userMenu: Rename 'Hidden' to 'Invisible'



commit 01c07fbea1486f7e5df8a60a0ebe27ae6ac72bc0
Author: Florian MÃllner <fmuellner gnome org>
Date:   Fri Jun 22 13:51:43 2012 +0200

    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

 js/ui/userMenu.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/userMenu.js b/js/ui/userMenu.js
index 68ac21f..8e9c3e7 100644
--- a/js/ui/userMenu.js
+++ b/js/ui/userMenu.js
@@ -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');



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]