[yelp] Mark the Read Link Later string for translation.
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp] Mark the Read Link Later string for translation.
- Date: Tue, 11 Oct 2011 16:35:29 +0000 (UTC)
commit a8f401838d9d01a8a457bfad63532430047047fb
Author: Gabor Kelemen <kelemeng gnome hu>
Date: Tue Oct 11 17:55:23 2011 +0200
Mark the Read Link Later string for translation.
https://bugzilla.gnome.org/show_bug.cgi?id=661473
src/yelp-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/yelp-window.c b/src/yelp-window.c
index e5c037e..98570c2 100644
--- a/src/yelp-window.c
+++ b/src/yelp-window.c
@@ -426,7 +426,7 @@ window_construct (YelpWindow *window)
priv->view = (YelpView *) yelp_view_new ();
- action = gtk_action_new ("ReadLinkLater", "Read Link _Later", NULL, NULL);
+ action = gtk_action_new ("ReadLinkLater", _("Read Link _Later"), NULL, NULL);
g_signal_connect (action, "activate", G_CALLBACK (window_read_later), window);
yelp_view_add_link_action (priv->view, action,
(YelpViewActionValidFunc) view_is_xref_uri,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]