Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1ce636f authored by Yann E. MORIN's avatar Yann E. MORIN
Browse files

kconfig/[mn]conf: make it explicit in the search box that a regexp is possible



Reported-by: default avatarJean Delvare <jdelvare@suse.de>
Signed-off-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Jean Delvare <jdelvare@suse.de>
Cc: Michal Marek <mmarek@suse.cz>
parent 193b40ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ static void search_conf(void)
	struct subtitle_part stpart;

	title = str_new();
	str_printf( &title, _("Enter %s (sub)string to search for "
	str_printf( &title, _("Enter %s (sub)string or regexp to search for "
			      "(with or without \"%s\")"), CONFIG_, CONFIG_);

again:
+1 −1
Original line number Diff line number Diff line
@@ -695,7 +695,7 @@ static void search_conf(void)
	int dres;

	title = str_new();
	str_printf( &title, _("Enter %s (sub)string to search for "
	str_printf( &title, _("Enter %s (sub)string or regexp to search for "
			      "(with or without \"%s\")"), CONFIG_, CONFIG_);

again: