diff options
author | Ted Gould <ted@gould.cx> | 2010-03-12 09:53:04 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-12 09:53:04 -0600 |
commit | 6d25e9e104f9b85cde3a6685ce1f32f107f4858a (patch) | |
tree | 633fcf74b6acffb726a3c038e02f592710e69bf6 /src | |
parent | 96e449c975e7b71575e3c1e8d99f295095ed2a65 (diff) | |
parent | 99fc985be95f6463a2aa6f8cf8d31870255ce7a0 (diff) | |
download | ayatana-indicator-messages-6d25e9e104f9b85cde3a6685ce1f32f107f4858a.tar.gz ayatana-indicator-messages-6d25e9e104f9b85cde3a6685ce1f32f107f4858a.tar.bz2 ayatana-indicator-messages-6d25e9e104f9b85cde3a6685ce1f32f107f4858a.zip |
String changes to match everyone else.
Diffstat (limited to 'src')
-rw-r--r-- | src/default-applications.c | 6 |
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} }; |