Merge lp:~aacid/address-book-app/aim_is_not_aim into lp:address-book-app

Proposed by Albert Astals Cid on 2015-02-10
Status: Merged
Approved by: Ken VanDine on 2015-02-20
Approved revision: 368
Merged at revision: 380
Proposed branch: lp:~aacid/address-book-app/aim_is_not_aim
Merge into: lp:address-book-app
Diff against target: 13 lines (+2/-1)
1 file modified
src/imports/Ubuntu/Contacts/ContactDetailOnlineAccountTypeModel.qml (+2/-1)
To merge this branch: bzr merge lp:~aacid/address-book-app/aim_is_not_aim
Reviewer Review Type Date Requested Status
Ken VanDine 2015-02-10 Approve on 2015-02-20
PS Jenkins bot continuous-integration Needs Fixing on 2015-02-10
Review via email: mp+249161@code.launchpad.net

Commit Message

Tell people this is a proper name not a word

Most probably we don't want it translated

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/imports/Ubuntu/Contacts/ContactDetailOnlineAccountTypeModel.qml'
2--- src/imports/Ubuntu/Contacts/ContactDetailOnlineAccountTypeModel.qml 2014-05-28 19:56:00 +0000
3+++ src/imports/Ubuntu/Contacts/ContactDetailOnlineAccountTypeModel.qml 2015-02-10 09:23:33 +0000
4@@ -58,7 +58,8 @@
5
6 Component.onCompleted: {
7 //append({"value": 0, "label": i18n.dtr("address-book-app", "Other"), icon: "artwork:/protocol-other.svg"})
8- /*0*/ append({"value": 1, "label": i18n.dtr("address-book-app", "Aim"), "icon": "artwork:/protocol-aim.svg"})
9+ /*0*/ // TRANSLATORS: This refers to the AIM chat network http://en.wikipedia.org/wiki/AOL_Instant_Messenger
10+ append({"value": 1, "label": i18n.dtr("address-book-app", "Aim"), "icon": "artwork:/protocol-aim.svg"})
11 /*1*/ append({"value": 2, "label": i18n.dtr("address-book-app", "ICQ"), "icon": "artwork:/protocol-icq.svg"})
12 //append({"value": 3, "label": i18n.dtr("address-book-app", "IRC"), icon: "artwork:/protocol-irc.svg"})
13 /*2*/ append({"value": 4, "label": i18n.dtr("address-book-app", "Jabber"), "icon": "artwork:/protocol-jabber.svg"})

Subscribers

People subscribed via source and target branches