[tepl] File loading: improve error message



commit 865b20f0ceb5db88da3d8798854eddb4a4b88a8a
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Oct 12 17:49:35 2017 +0200

    File loading: improve error message

 tepl/tepl-tab.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tepl/tepl-tab.c b/tepl/tepl-tab.c
index eb887d6..0e74713 100644
--- a/tepl/tepl-tab.c
+++ b/tepl/tepl-tab.c
@@ -497,7 +497,7 @@ load_file_content_cb (GObject      *source_object,
                TeplInfoBar *info_bar;
 
                info_bar = tepl_info_bar_new_simple (GTK_MESSAGE_ERROR,
-                                                    _("Error when loading file."),
+                                                    _("Error when loading the file."),
                                                     error->message);
 
                tepl_tab_add_info_bar (tab, GTK_INFO_BAR (info_bar));


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