Merge lp:~tintou/gnome-control-center-signon/gnome-control-center-signon-fix-label into lp:gnome-control-center-signon

Proposed by Corentin Noël
Status: Needs review
Proposed branch: lp:~tintou/gnome-control-center-signon/gnome-control-center-signon-fix-label
Merge into: lp:gnome-control-center-signon
Diff against target: 12 lines (+1/-1)
1 file modified
libaccount-plugin/oauth-plugin.c (+1/-1)
To merge this branch: bzr merge lp:~tintou/gnome-control-center-signon/gnome-control-center-signon-fix-label
Reviewer Review Type Date Requested Status
Alberto Mardegan (community) Needs Fixing
Review via email: mp+150609@code.launchpad.net

Description of the change

I'd like to use the library on an other distribution, this fix removes the Ubuntu name from the connection Label.

To post a comment you must log in.
Revision history for this message
Alberto Mardegan (mardy) wrote :

Thanks Corentin for this!
We actually have another merge request for the same issue (see the bug I just linked to this).

I'll ping the designers and try to get an answer soon.

Revision history for this message
Alberto Mardegan (mardy) wrote :

Hi Corentin, please see the related bug report, and this other merge request addressing the same issue:
https://code.launchpad.net/~ballogy/gnome-control-center-signon/no-hardcode-ubuntu/+merge/137462

It would be great if you could coordinate with György in order not to duplicate efforts.

Revision history for this message
Alberto Mardegan (mardy) :
review: Needs Fixing

Unmerged revisions

138. By Corentin Noël

Removed the hardcoded Ubuntu on the connect label

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libaccount-plugin/oauth-plugin.c'
2--- libaccount-plugin/oauth-plugin.c 2013-01-31 08:53:35 +0000
3+++ libaccount-plugin/oauth-plugin.c 2013-02-26 16:15:28 +0000
4@@ -650,7 +650,7 @@
5 G_CALLBACK (on_infobar_response), self);
6
7 provider = ap_plugin_get_provider ((ApPlugin *)self);
8- text = g_strdup_printf (_("Please authorize Ubuntu to access "
9+ text = g_strdup_printf (_("Please authorize the access to "
10 "your %s account"),
11 ag_provider_get_display_name (provider));
12 infobar_label = gtk_label_new (text);

Subscribers

People subscribed via source and target branches