From 6acf22c4e1e00ece79604561b2f6a1e29f85d994 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Fri, 16 Sep 2011 00:03:05 +0300 Subject: Add translation context for a string https://bugzilla.gnome.org/show_bug.cgi?id=658900 --- embed/ephy-request-about.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'embed') diff --git a/embed/ephy-request-about.c b/embed/ephy-request-about.c index e55bfec4c..497800289 100644 --- a/embed/ephy-request-about.c +++ b/embed/ephy-request-about.c @@ -186,7 +186,9 @@ ephy_request_about_send (SoupRequest *request, img_data_base64 = g_base64_encode ((guchar*)img_data, data_length); g_string_append_printf (data_str, "" \ "
%s
%s
%s
%s", - img_data_base64, app->name, app->url, app->name, _("Installed on:"), app->install_date); + img_data_base64, app->name, app->url, app->name, + /* Note for translators: this refers to the installation date. */ + _("Installed on:"), app->install_date); g_free (img_data_base64); g_free (img_data); } -- cgit v1.2.3