2008-10-06 Michael Snyder <msnyder@vmware.com>
+ * infcmd.c (finish_command): Use i18n macros.
* infcmd.c: Minor function reordering.
* infrun.c (step_into_function): Rename to stepped_into_function.
Split into two versions (normal (forward), and reverse).
if (find_pc_partial_function (get_frame_pc (get_current_frame ()),
NULL, &func_addr, NULL) == 0)
internal_error (__FILE__, __LINE__,
- "Finish: couldn't find function.");
+ _("Finish: couldn't find function."));
sal = find_pc_line (func_addr, 0);
if (from_tty)
{
if (target_get_execution_direction () == EXEC_REVERSE)
- printf_filtered ("Run back to call of ");
+ printf_filtered (_("Run back to call of "));
else
- printf_filtered ("Run till exit from ");
+ printf_filtered (_("Run till exit from "));
print_stack_frame (get_selected_frame (NULL), 1, LOCATION);
}