[evince] page-action-widget: Create the links with a localized title
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] page-action-widget: Create the links with a localized title
- Date: Sun, 17 Feb 2013 19:07:37 +0000 (UTC)
commit e11e158431e7deb8edca0846737199cd04a4ae22
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Sun Feb 17 18:25:06 2013 +0100
page-action-widget: Create the links with a localized title
libmisc/ev-page-action-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libmisc/ev-page-action-widget.c b/libmisc/ev-page-action-widget.c
index 19afe6d..b3bbe88 100644
--- a/libmisc/ev-page-action-widget.c
+++ b/libmisc/ev-page-action-widget.c
@@ -179,7 +179,7 @@ activate_cb (EvPageActionWidget *action_widget)
link_dest = ev_link_dest_new_page_label (text);
link_action = ev_link_action_new_dest (link_dest);
- link_text = g_strdup_printf ("Page: %s", text);
+ link_text = g_strdup_printf (_("Page %s"), text);
link = ev_link_new (link_text, link_action);
g_signal_emit (action_widget, widget_signals[WIDGET_ACTIVATE_LINK], 0, link);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]