Merge lp:~mpt/unity-greeter/bug-855385 into lp:~robert-ancell/unity-greeter/trunk

Proposed by Matthew Paul Thomas
Status: Merged
Merged at revision: 238
Proposed branch: lp:~mpt/unity-greeter/bug-855385
Merge into: lp:~robert-ancell/unity-greeter/trunk
Diff against target: 13 lines (+2/-1)
1 file modified
src/user-list.vala (+2/-1)
To merge this branch: bzr merge lp:~mpt/unity-greeter/bug-855385
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Review via email: mp+82831@code.launchpad.net

Description of the change

Fixes bug 855385 (confusing 'Login' string).

To post a comment you must log in.
lp:~mpt/unity-greeter/bug-855385 updated
239. By Matthew Paul Thomas

Adds translator comment.

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Thanks MPT. I just changed the comment format.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/user-list.vala'
2--- src/user-list.vala 2011-11-03 16:47:52 +0000
3+++ src/user-list.vala 2011-11-20 22:13:26 +0000
4@@ -419,7 +419,8 @@
5 add (prompt_entry);
6
7 login_button = new Gtk.Button ();
8- label = new Gtk.Label ("<span font_size=\"large\">" + _("Login") + "</span>");
9+ /// Translators: 'Log In' here is the button for logging in.
10+ label = new Gtk.Label ("<span font_size=\"large\">" + _("Log In") + "</span>");
11 label.use_markup = true;
12 label.show ();
13 login_button.add (label);

Subscribers

People subscribed via source and target branches