[gnome-packagekit] l10n: A spelling fix. Closes: bgo#636755



commit bdae582489a43ef58337c11895be5f60a12bfe70
Author: Torstein Adolf Winterseth <kvikende fsfe org>
Date:   Wed Dec 8 17:16:26 2010 +0100

    l10n: A spelling fix. Closes: bgo#636755
    
    Changes "This package does not depends on any others" to
    "This package does not depend on any others".
    
    Signed-off-by: Richard Hughes <richard hughsie com>

 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 073d95e..b9824a2 100644
--- a/src/gpk-application.c
+++ b/src/gpk-application.c
@@ -1023,7 +1023,7 @@ gpk_application_get_depends_cb (PkClient *client, GAsyncResult *res, gpointer us
 					/* TRANSLATORS: no packages returned */
 					_("No packages"),
 					/* TRANSLATORS: this package does not depend on any others */
-					_("This package does not depends on any others"), NULL);
+					_("This package does not depend on any others"), NULL);
 		goto out;
 	}
 



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