Merge lp:~elopio/ubuntu-weather-app/fix1185051-typo into lp:ubuntu-weather-app/obsolete.trunk

Proposed by Leo Arias
Status: Merged
Approved by: Martin Borho
Approved revision: 23
Merged at revision: 23
Proposed branch: lp:~elopio/ubuntu-weather-app/fix1185051-typo
Merge into: lp:ubuntu-weather-app/obsolete.trunk
Diff against target: 12 lines (+1/-1)
1 file modified
components/AddLocationDialog.qml (+1/-1)
To merge this branch: bzr merge lp:~elopio/ubuntu-weather-app/fix1185051-typo
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Martin Borho Approve
Review via email: mp+166061@code.launchpad.net

Commit message

Fixed typo.

To post a comment you must log in.
Revision history for this message
Martin Borho (martin-borho) wrote :

Thanks a lot!

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'components/AddLocationDialog.qml'
--- components/AddLocationDialog.qml 2013-04-27 14:49:15 +0000
+++ components/AddLocationDialog.qml 2013-05-28 14:38:25 +0000
@@ -11,7 +11,7 @@
11 id: addLocationDialogue11 id: addLocationDialogue
12 height: units.gu(10)12 height: units.gu(10)
13 title: i18n.tr("Add location")13 title: i18n.tr("Add location")
14 text: i18n.tr("Write a city name o pick it by your location")14 text: i18n.tr("Write a city name or pick it by your location")
1515
16 WorkerScript {16 WorkerScript {
17 id: searchWorker17 id: searchWorker

Subscribers

People subscribed via source and target branches