aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--src/default-applications.c6
2 files changed, 11 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index a5aaceb..5bd32af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,11 @@
-indicator-messages (0.3.3-0ubuntu1~ppa1) lucid; urgency=low
+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
* Changing names of default applications to generic names
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}
};