# HG changeset patch # User Mark Doliner # Date 1091485296 0 # Node ID 2316cb7a115fe16e6e5e693f22c82d4b3c0e55d5 # Parent 687572cf09a642442daa20e99661c351c39966d3 [gaim-migrate @ 10496] Bjoern Voigt pointed these out. committer: Tailor Script diff -r 687572cf09a6 -r 2316cb7a115f plugins/statenotify.c --- a/plugins/statenotify.c Mon Aug 02 17:50:53 2004 +0000 +++ b/plugins/statenotify.c Mon Aug 02 22:21:36 2004 +0000 @@ -66,13 +66,13 @@ frame = gaim_plugin_pref_frame_new(); - ppref = gaim_plugin_pref_new_with_label("Notify When"); + ppref = gaim_plugin_pref_new_with_label(_("Notify When")); gaim_plugin_pref_frame_add(frame, ppref); - ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/core/statenotify/notify_away", "Buddy Goes _Away"); + ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/core/statenotify/notify_away", _("Buddy Goes _Away")); gaim_plugin_pref_frame_add(frame, ppref); - ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/core/statenotify/notify_idle", "Buddy Goes _Idle"); + ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/core/statenotify/notify_idle", _("Buddy Goes _Idle")); gaim_plugin_pref_frame_add(frame, ppref); return frame;