[seahorse] Transform translation context to a comment.



commit 553461e0f2be494406cbce2ecc9cc0af39711fff
Author: Gabor Kelemen <kelemeng gnome hu>
Date:   Mon Nov 14 08:02:45 2011 +0100

    Transform translation context to a comment.
    
     * Its localization was not working, and using a context is not necessary
        anymore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=661481

 libseahorse/seahorse-viewer.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libseahorse/seahorse-viewer.c b/libseahorse/seahorse-viewer.c
index 5be8b5b..7c5834c 100644
--- a/libseahorse/seahorse-viewer.c
+++ b/libseahorse/seahorse-viewer.c
@@ -228,7 +228,8 @@ static const GtkActionEntry UI_ENTRIES[] = {
 	/* Top menu items */
 	{ "file-menu", NULL, N_("_File") },
 	{ "edit-menu", NULL, N_("_Edit") },
-	{ "edit-delete", GTK_STOCK_DELETE, NC_("This text refers to deleting an item from its type's backing store.", "_Delete"), NULL,
+	/*Translators: This text refers to deleting an item from its type's backing store*/
+	{ "edit-delete", GTK_STOCK_DELETE, N_("_Delete"), NULL,
 	  N_("Delete selected items"), G_CALLBACK (on_object_delete) },
 	{ "properties-object", GTK_STOCK_PROPERTIES, NULL, NULL,
 	  N_("Show the properties of this item"), G_CALLBACK (on_properties_object) },



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