plugins/timestamp_format.c

changeset 13090
aee4ed853ff3
parent 13054
6d323387986e
child 13105
8f9c66e4af87
--- a/plugins/timestamp_format.c	Wed Feb 01 06:04:22 2006 +0000
+++ b/plugins/timestamp_format.c	Wed Feb 01 06:07:53 2006 +0000
@@ -33,18 +33,18 @@
 			"/plugins/gtk/timestamp_format/use_dates/conversation",
 			_("Co_nversations:"));
         gaim_plugin_pref_set_type(ppref, GAIM_PLUGIN_PREF_CHOICE);
-        gaim_plugin_pref_add_choice(ppref, "For delayed messages", "automatic");
-        gaim_plugin_pref_add_choice(ppref, "For delayed messages and in chats", "chats");
-        gaim_plugin_pref_add_choice(ppref, "Always", "always");
+        gaim_plugin_pref_add_choice(ppref, _("For delayed messages"), "automatic");
+        gaim_plugin_pref_add_choice(ppref, _("For delayed messages and in chats"), "chats");
+        gaim_plugin_pref_add_choice(ppref, _("Always"), "always");
 	gaim_plugin_pref_frame_add(frame, ppref);
 
 	ppref = gaim_plugin_pref_new_with_name_and_label(
 			"/plugins/gtk/timestamp_format/use_dates/log",
 			_("_Message Logs:"));
         gaim_plugin_pref_set_type(ppref, GAIM_PLUGIN_PREF_CHOICE);
-        gaim_plugin_pref_add_choice(ppref, "For delayed messages", "automatic");
-        gaim_plugin_pref_add_choice(ppref, "For delayed messages and in chats", "chats");
-        gaim_plugin_pref_add_choice(ppref, "Always", "always");
+        gaim_plugin_pref_add_choice(ppref, _("For delayed messages"), "automatic");
+        gaim_plugin_pref_add_choice(ppref, _("For delayed messages and in chats"), "chats");
+        gaim_plugin_pref_add_choice(ppref, _("Always"), "always");
 	gaim_plugin_pref_frame_add(frame, ppref);
 
 	return frame;

mercurial