← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/indicator-messages/broadcast-this into lp:indicator-messages

 

Ted Gould has proposed merging lp:~ted/indicator-messages/broadcast-this into lp:indicator-messages.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)


Change strings to be "Broadcast" to match all of the other entires
throughout the OS.
-- 
https://code.launchpad.net/~ted/indicator-messages/broadcast-this/+merge/21245
Your team ayatana-commits is subscribed to branch lp:indicator-messages.
=== modified file 'src/default-applications.c'
--- src/default-applications.c	2010-03-04 20:27:29 +0000
+++ src/default-applications.c	2010-03-12 15:10:33 +0000
@@ -31,9 +31,9 @@
 };
 
 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}
 };
 


Follow ups