[epiphany/gnome-3-18] about:application: mark "Delete" for translation



commit 696f73eb3673b87523eee263e9cdf8d996f8fd35
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 34248f5..f66c29b 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -363,9 +363,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]