diff plugins/statenotify.c @ 9648:2316cb7a115f

[gaim-migrate @ 10496] Bjoern Voigt pointed these out. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 02 Aug 2004 22:21:36 +0000
parents c001be3c330e
children f8e395a054e2
line wrap: on
line diff
--- 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;