Merge lp:~kelemeng/ubuntuone-client/bug550584 into lp:ubuntuone-client

Proposed by Gabor Kelemen
Status: Merged
Approved by: dobey
Approved revision: 453
Merged at revision: not available
Proposed branch: lp:~kelemeng/ubuntuone-client/bug550584
Merge into: lp:ubuntuone-client
Diff against target: 12 lines (+1/-1)
1 file modified
nautilus/ubuntuone-nautilus.c (+1/-1)
To merge this branch: bzr merge lp:~kelemeng/ubuntuone-client/bug550584
Reviewer Review Type Date Requested Status
dobey (community) Approve
Elliot Murphy (community) Needs Information
Stuart Langridge (community) Approve
Review via email: mp+22341@code.launchpad.net

Commit message

Mark the Share button text for translation in the Nautilus extension

To post a comment you must log in.
Revision history for this message
Stuart Langridge (sil) :
review: Approve
Revision history for this message
Elliot Murphy (statik) wrote :

Hi Gabor, could you please sign the copyright assignment agreement? http://www.canonical.com/contributors

Then we can get your branch merged right away. Thanks for your contribution!

review: Needs Information
Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'nautilus/ubuntuone-nautilus.c'
2--- nautilus/ubuntuone-nautilus.c 2010-03-25 18:09:05 +0000
3+++ nautilus/ubuntuone-nautilus.c 2010-03-29 00:13:27 +0000
4@@ -428,7 +428,7 @@
5 gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
6 gtk_dialog_add_buttons (GTK_DIALOG (dialog),
7 GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
8- ("Share"), GTK_RESPONSE_ACCEPT,
9+ (_("Share")), GTK_RESPONSE_ACCEPT,
10 NULL);
11 gtk_dialog_set_default_response (GTK_DIALOG (dialog),
12 GTK_RESPONSE_ACCEPT);

Subscribers

People subscribed via source and target branches