Put back paragraph break.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 31 Dec 2011 03:20:19 +0000 (03:20 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 31 Dec 2011 03:20:19 +0000 (03:20 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40351 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/main_welcome.c

index a2814db75753235fa6f9394f4aacf1c2cc03225c..9625c55105b0d1077ffddeeca1fe97985afa508b 100644 (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.");
         }