Merge lp:~p-vasic/gwibber/fix-519395 into lp:gwibber

Proposed by Petar Vasić
Status: Merged
Merge reported by: Ken VanDine
Merged at revision: not available
Proposed branch: lp:~p-vasic/gwibber/fix-519395
Merge into: lp:gwibber
Diff against target: 12 lines (+1/-1)
1 file modified
ui/gwibber-accounts-flickr.ui (+1/-1)
To merge this branch: bzr merge lp:~p-vasic/gwibber/fix-519395
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+23182@code.launchpad.net

Description of the change

Flickr uses Yahoo login information, but Gwibber requires what Flickr calls a "Screen Name" for Flickr account to work properly.

This patch changes a string from "Login ID" to "Sceen Name" to avoid confusing the user.

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Approved, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ui/gwibber-accounts-flickr.ui'
2--- ui/gwibber-accounts-flickr.ui 2010-01-21 20:24:40 +0000
3+++ ui/gwibber-accounts-flickr.ui 2010-04-11 16:45:27 +0000
4@@ -29,7 +29,7 @@
5 <object class="GtkLabel" id="label_id">
6 <property name="visible">True</property>
7 <property name="xalign">0</property>
8- <property name="label" translatable="yes">Login I_D:</property>
9+ <property name="label" translatable="yes">Screen _Name:</property>
10 <property name="use_underline">True</property>
11 <property name="mnemonic_widget">username</property>
12 </object>