# HG changeset patch # User Sean Egan # Date 1035161205 0 # Node ID 3e47ffcbf805d5ebd1b05992995afbbab8b61d62 # Parent aac379e1a057dded009220d4990aee7bdcde8038 [gaim-migrate @ 3912] Changing "Docklet" to "Tray Icon" committer: Tailor Script diff -r aac379e1a057 -r 3e47ffcbf805 plugins/docklet/docklet.c --- a/plugins/docklet/docklet.c Sun Oct 20 23:57:26 2002 +0000 +++ b/plugins/docklet/docklet.c Mon Oct 21 00:46:45 2002 +0000 @@ -395,7 +395,7 @@ struct gaim_plugin_description desc; struct gaim_plugin_description *gaim_plugin_desc() { desc.api_version = PLUGIN_API_VERSION; - desc.name = g_strdup(_("System Tray Docklet")); + desc.name = g_strdup(_("Tray Icon")); desc.version = g_strdup(VERSION); desc.description = g_strdup(_("Interacts with a System Tray applet (in GNOME or KDE, for example) to display the current status of Gaim, allow fast access to commonly used functions, and to toggle display of the buddy list or login window.")); desc.authors = g_strdup(_("Robert McQueen <robot101@debian.org>"));