From 90b7c7805f2b956c596fed5e3faea3ba701b1acd Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 29 May 2012 22:51:30 +0200 Subject: [PATCH] slightly reworked lftp connect error message --- bin/booh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.21.3