[balsa: 1/2] Typo



commit 4de51f394be4ca1d3f907e64ac190653d5d0244e
Author: Sabri Ünal <libreajans gmail com>
Date:   Sat Aug 24 18:38:02 2019 +0000

    Typo

 src/sendmsg-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/sendmsg-window.c b/src/sendmsg-window.c
index 15dcce38c..5bd04cdff 100644
--- a/src/sendmsg-window.c
+++ b/src/sendmsg-window.c
@@ -4783,7 +4783,7 @@ insert_file_response(GtkWidget    *selector,
             balsa_app.attach_dir = gtk_file_chooser_get_current_folder(fc);
        } else {
                balsa_information_parented(GTK_WINDOW(bsmsg->window),
-                       LIBBALSA_INFORMATION_WARNING, _("Cannot not read the file “%s”: %s"), fname, 
error->message);
+                       LIBBALSA_INFORMATION_WARNING, _("Cannot read the file “%s”: %s"), fname, 
error->message);
                g_error_free(error);
        }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]