Skip to content

Commit

Permalink
page-action-widget: Create the links with a localized title
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Garcia Campos committed Feb 17, 2013
1 parent 0ed75bf commit e11e158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmisc/ev-page-action-widget.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e11e158

Please sign in to comment.