[gnome-packagekit] Fixed typo in string



commit 14ba71abbda32adab4d41bbbe97603d982552b2e
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Mon Mar 4 16:41:48 2013 +0100

    Fixed typo in string

 src/gpk-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-application.c b/src/gpk-application.c
index ee4c546..c0fcaf8 100644
--- a/src/gpk-application.c
+++ b/src/gpk-application.c
@@ -1278,7 +1278,7 @@ gpk_application_suggest_better_search (GpkApplicationPrivate *priv)
                message = _("Try entering a name in the search bar.");
        }  else if (priv->search_mode == GPK_MODE_SELECTED) {
                /* TRANSLATORS: nothing in the package queue */
-               message = _("There is no softare queued to be installed or removed.");
+               message = _("There is no software queued to be installed or removed.");
        } else {
                if (priv->search_type == GPK_SEARCH_NAME ||
                    priv->search_type == GPK_SEARCH_FILE)


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