Put back paragraph break.

svn path=/trunk/; revision=40351
This commit is contained in:
Guy Harris 2011-12-31 03:20:19 +00:00
parent 9f46f8b39e
commit 34c702458b
1 changed files with 2 additions and 2 deletions

View File

@ -1265,7 +1265,7 @@ welcome_new(void)
g_free(err_str);
if (err == CANT_GET_INTERFACE_LIST) {
label_text = g_strdup("No interface can be used for capturing in "
"this system with the current configuration."
"this system with the current configuration.\n"
"\n"
"See Capture Help below for details.");
} else {
@ -1301,7 +1301,7 @@ welcome_new(void)
}
} else {
label_text = g_strdup("No interface can be used for capturing in "
"this system with the current configuration."
"this system with the current configuration.\n"
"\n"
"See Capture Help below for details.");
}