aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-12 08:49:32 -0600
committerTed Gould <ted@gould.cx>2010-03-12 08:49:32 -0600
commit99fc985be95f6463a2aa6f8cf8d31870255ce7a0 (patch)
tree633fcf74b6acffb726a3c038e02f592710e69bf6
parent96e449c975e7b71575e3c1e8d99f295095ed2a65 (diff)
downloadayatana-indicator-messages-99fc985be95f6463a2aa6f8cf8d31870255ce7a0.tar.gz
ayatana-indicator-messages-99fc985be95f6463a2aa6f8cf8d31870255ce7a0.tar.bz2
ayatana-indicator-messages-99fc985be95f6463a2aa6f8cf8d31870255ce7a0.zip
Changing from microblogging to broadcast
-rw-r--r--src/default-applications.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/default-applications.c b/src/default-applications.c
index e45ae38..afb5025 100644
--- a/src/default-applications.c
+++ b/src/default-applications.c
@@ -31,9 +31,9 @@ struct default_db_t {
};
struct default_db_t default_db[] = {
- {"evolution.desktop", N_("Mail"), N_("Set Up Mail..."), "applications-email-panel"},
- {"empathy.desktop", N_("Chat"), N_("Set Up Chat..."), "applications-chat-panel"},
- {"gwibber.desktop", N_("Microblogging"), N_("Set Up Microblogging..."), "applications-microblogging-panel"},
+ {"evolution.desktop", N_("Mail"), N_("Set Up Mail..."), "applications-email-panel"},
+ {"empathy.desktop", N_("Chat"), N_("Set Up Chat..."), "applications-chat-panel"},
+ {"gwibber.desktop", N_("Broadcast"), N_("Set Up Broadcast Account..."), "applications-microblogging-panel"},
{NULL, NULL}
};