From: Carlos Lopez Date: Fri, 4 Sep 2009 17:54:59 +0000 (+0200) Subject: Unmark two strings not needed to translate. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=76d25a8754787aa8d1f43a276740d60d5baabed6;p=synfig.git Unmark two strings not needed to translate. --- diff --git a/synfig-studio/src/gtkmm/widget_keyframe_list.cpp b/synfig-studio/src/gtkmm/widget_keyframe_list.cpp index ace2b98..9af70bf 100644 --- a/synfig-studio/src/gtkmm/widget_keyframe_list.cpp +++ b/synfig-studio/src/gtkmm/widget_keyframe_list.cpp @@ -224,8 +224,8 @@ Widget_Keyframe_List::perform_move_kf(bool delta=false) if (prev_kf_time >= dragging_kf_time) //Not allowed { synfig::warning(_("Delta set not allowed")); - synfig::info(_("Widget_Keyframe_List::perform_move_kf(%i)::prev_kf_time=%s"), delta, prev_kf_time.get_string().c_str()); - synfig::info(_("Widget_Keyframe_List::perform_move_kf(%i)::dragging_kf_time=%s"), delta, dragging_kf_time.get_string().c_str()); + synfig::info("Widget_Keyframe_List::perform_move_kf(%i)::prev_kf_time=%s", delta, prev_kf_time.get_string().c_str()); + synfig::info("Widget_Keyframe_List::perform_move_kf(%i)::dragging_kf_time=%s", delta, dragging_kf_time.get_string().c_str()); return false; } else