[epiphany] about:application: mark "Delete" for translation



commit d77929696aabc8ce6d33dbcf4a2677c982d8303e
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed Dec 9 11:47:53 2015 +0100

    about:application: mark "Delete" for translation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759216

 embed/ephy-about-handler.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c
index df527e5..4dd4246 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -362,9 +362,9 @@ handle_applications_finished_cb (EphyAboutHandler *handler,
                             "<tbody><tr id =\"%s\">"
                             "<td class=\"icon\"><img width=64 height=64 src=\"file://%s\"></img></td>"
                             "<td class=\"data\"><div class=\"appname\">%s</div><div 
class=\"appurl\">%s</div></td>"
-                            "<td class=\"input\"><input type=\"button\" value=\"Delete\" 
onclick=\"deleteWebApp('%s');\"></td>"
+                            "<td class=\"input\"><input type=\"button\" value=\"%s\" 
onclick=\"deleteWebApp('%s');\"></td>"
                             "<td class=\"date\">%s <br /> %s</td></tr></tbody>",
-                            app->name, app->icon_url, app->name, app->url, app->name,
+                            app->name, app->icon_url, app->name, app->url, _("Delete"), app->name,
                             /* Note for translators: this refers to the installation date. */
                             _("Installed on:"), app->install_date);
   }


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