From: Guillaume Cottenceau Date: Tue, 29 May 2012 20:51:30 +0000 (+0200) Subject: slightly reworked lftp connect error message X-Git-Url: http://git.zarb.org/?p=booh;a=commitdiff_plain;h=90b7c7805f2b956c596fed5e3faea3ba701b1acd slightly reworked lftp connect error message --- diff --git a/bin/booh b/bin/booh index b33a01b..7077b2b 100644 --- a/bin/booh +++ b/bin/booh @@ -4279,7 +4279,7 @@ def perform_remote_synchronization(url, detail_label, progressbar_window, dialog if ! ok_to_mirror gtk_thread_protect { progressbar_window.destroy - show_popup(dialog, utf8(_("Specified URL incorrect, please check your input.")), { :pos_centered => true }) + show_popup(dialog, utf8(_("Failed to connect to specified URL, please check your input.")), { :pos_centered => true }) } return end