Merge lp:~gue5t/midori/two-nexts into lp:midori

Proposed by gue5t gue5t
Status: Merged
Approved by: Cris Dywan
Approved revision: 6474
Merged at revision: 6497
Proposed branch: lp:~gue5t/midori/two-nexts
Merge into: lp:midori
Diff against target: 14 lines (+2/-2)
1 file modified
midori/midori-browser.c (+2/-2)
To merge this branch: bzr merge lp:~gue5t/midori/two-nexts
Reviewer Review Type Date Requested Status
Cris Dywan Approve
Review via email: mp+196340@code.launchpad.net

Commit message

Give NextForward its own label for toolbar editor

To post a comment you must log in.
Revision history for this message
Cris Dywan (kalikiana) wrote :

Works as advertised.

It's worth noting this label also shows up in the toolbar itself - but that is probably not wrong.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'midori/midori-browser.c'
2--- midori/midori-browser.c 2013-11-15 02:25:36 +0000
3+++ midori/midori-browser.c 2013-11-22 17:49:47 +0000
4@@ -5485,8 +5485,8 @@
5 /* i18n: Visit the following logical page, ie. in a forum or blog */
6 N_("Go to the next sub-page"), G_CALLBACK (_action_navigation_activate) },
7 { "NextForward", GTK_STOCK_MEDIA_NEXT,
8- NULL, "",
9- N_("Go to the next sub-page"), G_CALLBACK (_action_navigation_activate) },
10+ N_("Next or Forward"), "",
11+ N_("Go to the next sub-page or next page in history"), G_CALLBACK (_action_navigation_activate) },
12 { "Homepage", GTK_STOCK_HOME,
13 N_("_Homepage"), "<Alt>Home",
14 N_("Go to your homepage"), G_CALLBACK (_action_navigation_activate) },

Subscribers

People subscribed via source and target branches

to all changes: