[gtranslator/dl-info] Improve phrasing on DL info



commit c41af87349908a906b4d1190365e83b1baa370ce
Author: Daniel GarcĂ­a Moreno <dani danigm net>
Date:   Tue Dec 29 11:15:34 2020 +0100

    Improve phrasing on DL info

 src/gtr-dl-teams.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtr-dl-teams.c b/src/gtr-dl-teams.c
index 9a19ceda..ae77e1df 100644
--- a/src/gtr-dl-teams.c
+++ b/src/gtr-dl-teams.c
@@ -537,7 +537,7 @@ gtr_dl_teams_load_po_file (GtkButton *button, GtrDlTeams *self)
   if (gtr_open (dest_file, priv->main_window, &error)) {
     GtrTab *tab = gtr_window_get_active_tab (priv->main_window);
     g_autofree char *info_msg = NULL;
-    info_msg = g_strdup_printf (_("The file '%s' has been stored on %s"),
+    info_msg = g_strdup_printf (_("The file '%s' has been saved in %s"),
                                 basename, dest_dir);
     gtr_tab_set_info (tab, info_msg, NULL);
   }


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