[gnome-software] page: Use "repository" instead of "source"



commit 96eaa019e0d0f461dbacf29e974e905799b1ea17
Author: Kalev Lember <klember redhat com>
Date:   Wed Oct 10 09:08:20 2018 +0200

    page: Use "repository" instead of "source"
    
    I missed gs-page when renaming source->repository a while back.

 src/gs-page.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gs-page.c b/src/gs-page.c
index 415b2ceb..4880477c 100644
--- a/src/gs-page.c
+++ b/src/gs-page.c
@@ -720,14 +720,14 @@ gs_page_remove_app (GsPage *page, GsApp *app, GCancellable *cancellable)
        switch (gs_app_get_kind (app)) {
        case AS_APP_KIND_SOURCE:
                /* TRANSLATORS: this is a prompt message, and '%s' is an
-                * source name, e.g. 'GNOME Nightly' */
+                * repository name, e.g. 'GNOME Nightly' */
                title = g_strdup_printf (_("Are you sure you want to remove "
-                                          "the %s source?"),
+                                          "the %s repository?"),
                                         gs_app_get_name (app));
                /* TRANSLATORS: longer dialog text */
                message = g_strdup_printf (_("All applications from %s will be "
                                             "removed, and you will have to "
-                                            "re-install the source to use them again."),
+                                            "re-install the repository to use them again."),
                                           gs_app_get_name (app));
                break;
        default:


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