diff -r d1aa818fd0fc -r 261e15fb8b91 pidgin/plugins/timestamp_format.c --- a/pidgin/plugins/timestamp_format.c Mon Feb 11 01:01:20 2013 -0800 +++ b/pidgin/plugins/timestamp_format.c Mon Feb 11 23:15:34 2013 -0500 @@ -35,7 +35,7 @@ ppref = purple_plugin_pref_new_with_label(_("Timestamp Format Options")); purple_plugin_pref_frame_add(frame, ppref); - tmp = g_strdup_printf(_("_Force timestamp format:")); + tmp = g_strdup(_("_Force timestamp format:")); ppref = purple_plugin_pref_new_with_name_and_label( "/plugins/gtk/timestamp_format/force", tmp);