Mercurial > pidgin.yaz
changeset 3773:3e47ffcbf805
[gaim-migrate @ 3912]
Changing "Docklet" to "Tray Icon"
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 21 Oct 2002 00:46:45 +0000 |
parents | aac379e1a057 |
children | 643d1bdc76a9 |
files | plugins/docklet/docklet.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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>"));