On 05/17/2011 05:53 PM, Stephen Fisher wrote:
On Tue, May 17, 2011 at 05:13:35PM +0200, Balint Reczey wrote:
It is expected to be one inch below the text. :-) I wanted to make it
as clear as possible, but obviously I failed. How could it be made
clearer?
It's further down on my screen :). Just saying "See the capture help
below" would be sufficient I think.
Done in 37238.
Index: gtk/main_welcome.c
===================================================================
--- gtk/main_welcome.c (revision 37237)
+++ gtk/main_welcome.c (working copy)
@@ -864,7 +864,7 @@
} else {
label_text = g_strdup("No interface can be used for capturing in\n"
"this system with the current configuration.\n\n"
- "See Capture Help for details.");
+ "See Capture Help below for details.");
w = gtk_label_new(label_text);
gtk_label_set_markup(GTK_LABEL(w), label_text);
g_free (label_text);
Cheers,
Balint