changeset 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 687572cf09a6
children ce434e22edf2
files plugins/statenotify.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
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;