diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | src/default-applications.c | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 7c59e69..5bd32af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (0.3.3-0ubuntu2) lucid; urgency=low + + * src/default-applications.c + - string change for consistency (LP: #534952) + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 12 Mar 2010 11:44:46 -0500 + indicator-messages (0.3.3-0ubuntu1) lucid; urgency=low * Upstream release 0.3.3 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} }; |