Merge lp:~amigadave/gnome-control-center-signon/remove-account-capitalisation into lp:gnome-control-center-signon

Proposed by David King
Status: Merged
Approved by: Alberto Mardegan
Approved revision: 114
Merged at revision: 114
Proposed branch: lp:~amigadave/gnome-control-center-signon/remove-account-capitalisation
Merge into: lp:gnome-control-center-signon
Diff against target: 14 lines (+2/-2)
1 file modified
src/cc-credentials-account-details-page.vala (+2/-2)
To merge this branch: bzr merge lp:~amigadave/gnome-control-center-signon/remove-account-capitalisation
Reviewer Review Type Date Requested Status
Alberto Mardegan (community) Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Review via email: mp+131318@code.launchpad.net

Description of the change

Change capitalisation on actions buttons to match GNOME HIG

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Alberto Mardegan (mardy) wrote :

Not particularly excited about the GNOME HIG, but it's fine. :-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/cc-credentials-account-details-page.vala'
2--- src/cc-credentials-account-details-page.vala 2012-09-26 05:59:52 +0000
3+++ src/cc-credentials-account-details-page.vala 2012-10-25 06:49:18 +0000
4@@ -376,8 +376,8 @@
5 buttonbox.set_layout (Gtk.ButtonBoxStyle.END);
6 buttonbox.margin = 6;
7
8- var remove_button = new Gtk.Button.with_label (_("Remove account"));
9- edit_options_button = new Gtk.Button.with_label (_("Edit options"));
10+ var remove_button = new Gtk.Button.with_label (_("Remove Account"));
11+ edit_options_button = new Gtk.Button.with_label (_("Edit Options"));
12
13 remove_button.clicked.connect (on_remove_account_clicked);
14 edit_options_button.clicked.connect (on_edit_options_button_clicked);

Subscribers

People subscribed via source and target branches

to all changes: