Merge lp:~elopio/ubuntuone-windows-installer/typos into lp:ubuntuone-windows-installer

Proposed by Leo Arias
Status: Superseded
Proposed branch: lp:~elopio/ubuntuone-windows-installer/typos
Merge into: lp:ubuntuone-windows-installer
Diff against target: 34 lines (+3/-3)
2 files modified
data/qt/are_you_sure.ui (+1/-1)
data/qt/congratulations.ui (+2/-2)
To merge this branch: bzr merge lp:~elopio/ubuntuone-windows-installer/typos
Reviewer Review Type Date Requested Status
Ubuntu One hackers Pending
Review via email: mp+73121@code.launchpad.net

This proposal has been superseded by a proposal from 2011-08-29.

Commit message

Added the missing comma to the confirmation button. (LP: #835187)

Description of the change

The confirmation button when you close the wizard was missing a comma, so I added it.
Reported on LP: #835187

To post a comment you must log in.
41. By Leo Arias

Fixes two typos in the congratulations screen. (LP: 83670)

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/qt/are_you_sure.ui'
2--- data/qt/are_you_sure.ui 2011-08-25 17:30:56 +0000
3+++ data/qt/are_you_sure.ui 2011-08-29 01:38:08 +0000
4@@ -71,7 +71,7 @@
5 <item>
6 <widget class="QPushButton" name="pushButton">
7 <property name="text">
8- <string>Yes I want to cancel</string>
9+ <string>Yes, I want to cancel</string>
10 </property>
11 <property name="autoDefault">
12 <bool>false</bool>
13
14=== modified file 'data/qt/congratulations.ui'
15--- data/qt/congratulations.ui 2011-08-16 14:11:56 +0000
16+++ data/qt/congratulations.ui 2011-08-29 01:38:08 +0000
17@@ -27,7 +27,7 @@
18 </font>
19 </property>
20 <property name="text">
21- <string>Congratulation!</string>
22+ <string>Congratulations!</string>
23 </property>
24 </widget>
25 </item>
26@@ -79,7 +79,7 @@
27 <item>
28 <widget class="QLabel" name="label_6">
29 <property name="text">
30- <string>Your selected folders have started to sync in the background, launch the dashboard to get more information about the sync in progress</string>
31+ <string>Your selected folders have started to sync in the background, launch the dashboard to get more information about the sync in progress.</string>
32 </property>
33 <property name="wordWrap">
34 <bool>true</bool>

Subscribers

People subscribed via source and target branches