diff options
-rw-r--r-- | libempathy-gtk/gossip-presence-chooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/gossip-presence-chooser.c b/libempathy-gtk/gossip-presence-chooser.c index ecb41db3f..16b411f31 100644 --- a/libempathy-gtk/gossip-presence-chooser.c +++ b/libempathy-gtk/gossip-presence-chooser.c @@ -59,7 +59,7 @@ typedef struct { gchar *scroll_status; } GossipPresenceChooserPriv; -/* States for listed in the menu */ +/* States to be listed in the menu */ static McPresence states[] = {MC_PRESENCE_AVAILABLE, MC_PRESENCE_DO_NOT_DISTURB, MC_PRESENCE_AWAY}; |