--- a/plugins/docklet/docklet.c Sun Feb 16 22:00:09 2003 +0000 +++ b/plugins/docklet/docklet.c Mon Feb 17 15:22:21 2003 +0000 @@ -498,7 +498,7 @@ struct gaim_plugin_description desc; struct gaim_plugin_description *gaim_plugin_desc() { desc.api_version = PLUGIN_API_VERSION; - desc.name = g_strdup(_("Tray Icon")); + desc.name = g_strdup(_("System Tray Icon")); desc.version = g_strdup(VERSION); desc.description = g_strdup(_("Interacts with a Notification Area 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. Also allows messages to be queued until the icon is clicked, similar to ICQ.")); desc.authors = g_strdup(_("Robert McQueen <robot101@debian.org>"));