[gnome-software: 1/2] gs-repos-dialog: Fix a typo in a translatable string




commit 4e06ebbaf048de2a377b89d8aca299f7ddf6f3a2
Author: Philip Withnall <pwithnall endlessos org>
Date:   Tue Oct 5 10:58:21 2021 +0100

    gs-repos-dialog: Fix a typo in a translatable string
    
    Spotted by Xavier Johnson.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Fixes: #1481

 src/gs-repos-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-repos-dialog.c b/src/gs-repos-dialog.c
index c92a0448e..1d6a82f48 100644
--- a/src/gs-repos-dialog.c
+++ b/src/gs-repos-dialog.c
@@ -262,7 +262,7 @@ remove_confirm_repo (GsReposDialog *dialog,
        g_weak_ref_init (&remove_data->row_weakref, row);
 
        /* TRANSLATORS: The '%s' is replaced with a repository name, like "Fedora Modular - x86_64" */
-       message = g_strdup_printf (_("Software that has been installed from ā€œ%sā€ will cease receive 
updates."),
+       message = g_strdup_printf (_("Software that has been installed from ā€œ%sā€ will cease to receive 
updates."),
                        gs_app_get_name (repo));
 
        /* ask for confirmation */


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