Commit 067da52a authored by Rafaël Carré's avatar Rafaël Carré

typo

parent 59842d4a
......@@ -1333,7 +1333,7 @@ static void Redraw(intf_thread_t *p_intf, time_t *t_last_refresh)
{
DrawEmptyLine(p_sys->w, 7, 1, COLS-2);
mvnprintw(7, 1, COLS-2, _("Find: %s"), *p_sys->psz_search_chain ?
p_sys->psz_search_chain : p_sys->psz_old_chain);
p_sys->psz_search_chain : p_sys->psz_old_search);
}
if (p_sys->i_box_type == BOX_OPEN)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment