From f88e49826dc45f5852d678cb268fc595cd848b1b Mon Sep 17 00:00:00 2001 From: bptato Date: Tue, 2 Feb 2021 16:40:27 +0100 Subject: Avoid having external programs download images --- rc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.c') diff --git a/rc.c b/rc.c index 656f83a..d015d31 100644 --- a/rc.c +++ b/rc.c @@ -367,7 +367,7 @@ static struct sel_c graphic_char_str[] = { #ifdef USE_IMAGE static struct sel_c inlineimgstr[] = { {N_S(INLINE_IMG_NONE), N_("none")}, - {N_S(INLINE_IMG_OSC5379), N_("mlterm osc 5379")}, + {N_S(INLINE_IMG_OSC5379), N_("mlterm")}, {N_S(INLINE_IMG_SIXEL), N_("sixel")}, {0, NULL, NULL} }; -- cgit v1.2.3