diff libpurple/plugins/filectl.c @ 15383:21bc8d84974f

I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able to provide a user-readable client name as well as website, as some of my re-wordings come out somewhat awkward when I force not mentioning Gaim
author Sean Egan <seanegan@gmail.com>
date Mon, 22 Jan 2007 09:27:02 +0000
parents 5fe8042783c1
children 32c366eeeb99
line wrap: on
line diff
--- a/libpurple/plugins/filectl.c	Mon Jan 22 09:05:30 2007 +0000
+++ b/libpurple/plugins/filectl.c	Mon Jan 22 09:27:02 2007 +0000
@@ -245,12 +245,12 @@
 	GAIM_PRIORITY_DEFAULT,                            /**< priority       */
 
 	FILECTL_PLUGIN_ID,                                /**< id             */
-	N_("Gaim File Control"),                          /**< name           */
+	N_("File Control"),                               /**< name           */
 	VERSION,                                          /**< version        */
 	                                                  /**  summary        */
-	N_("Allows you to control Gaim by entering commands in a file."),
+	N_("Allows control by entering commands in a file."),
 	                                                  /**  description    */
-	N_("Allows you to control Gaim by entering commands in a file."),
+	N_("Allows control by entering commands in a file."),
 	"Eric Warmenhoven <eric@warmenhoven.org>",        /**< author         */
 	GAIM_WEBSITE,                                          /**< homepage       */