Merge lp:~l-admin-3/switchboard-plug-about/fix-1378684 into lp:~elementary-apps/switchboard-plug-about/trunk

Proposed by Marcus Wichelmann
Status: Merged
Approved by: Cody Garver
Approved revision: 239
Merged at revision: 239
Proposed branch: lp:~l-admin-3/switchboard-plug-about/fix-1378684
Merge into: lp:~elementary-apps/switchboard-plug-about/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/Plug.vala (+1/-1)
To merge this branch: bzr merge lp:~l-admin-3/switchboard-plug-about/fix-1378684
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+237829@code.launchpad.net

Commit message

Make "Website" translatable

Description of the change

This very simple fix makes the "Website" label now translateable. Please update the template!

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Plug.vala'
2--- src/Plug.vala 2014-08-07 22:52:16 +0000
3+++ src/Plug.vala 2014-10-09 17:37:21 +0000
4@@ -283,7 +283,7 @@
5 based_off.set_selectable (true);
6 }
7
8- var website_label = new Gtk.LinkButton.with_label ("http://elementaryos.org", "Website");
9+ var website_label = new Gtk.LinkButton.with_label ("http://elementaryos.org", _("Website"));
10 website_label.set_alignment (0, 0);
11
12 var details = new Gtk.Box (Gtk.Orientation.VERTICAL, 5);

Subscribers

People subscribed via source and target branches

to all changes: