On 09/18/2012 04:38 PM, Jakub Filak wrote:
Signed-off-by: Jakub Filak <[email protected]>
---
src/gui-wizard-gtk/wizard.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c
index c2a7a72..d148132 100644
--- a/src/gui-wizard-gtk/wizard.c
+++ b/src/gui-wizard-gtk/wizard.c
@@ -276,11 +276,13 @@ static void show_event_opt_error_dialog(const char
*event_name)
event_config_t *ec = get_event_config(event_name);
char *message = xasprintf(_("Wrong settings detected for %s, "
"reporting will probably fail if you continue "
- "with the current configuration."),
+ "with the current configuration.\n\n"
+ "Read more about configuration on
https://fedorahosted.org/abrt/wiki/AbrtConfiguration"),
- it should read: "Read more about the configuration at: https://. ....."
- otherwise looks ok, please push it with the minor fixes
ec->screen_name);
char *markup_message = xasprintf(_("Wrong settings detected for <b>%s</b>,
"
"reporting will probably fail if you continue "
- "with the current configuration."),
+ "with the current configuration.\n\n"
+ "<a
href=\"https://fedorahosted.org/abrt/wiki/AbrtConfiguration\">Read about
configuration</a>"),
ec->screen_name);
GtkWidget *wrong_settings = g_top_most_window =
gtk_message_dialog_new(GTK_WINDOW(g_wnd_assistant),
GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,