Merge lp:~diegosarmentero/ubuntuone-windows-installer/cancel-prompt into lp:ubuntuone-windows-installer

Proposed by Diego Sarmentero
Status: Merged
Approved by: Diego Sarmentero
Approved revision: 39
Merged at revision: 38
Proposed branch: lp:~diegosarmentero/ubuntuone-windows-installer/cancel-prompt
Merge into: lp:ubuntuone-windows-installer
Diff against target: 49 lines (+7/-7)
2 files modified
data/qt/are_you_sure.ui (+3/-3)
ubuntuone_installer/gui/__init__.py (+4/-4)
To merge this branch: bzr merge lp:~diegosarmentero/ubuntuone-windows-installer/cancel-prompt
Reviewer Review Type Date Requested Status
Natalia Bidart (community) Approve
Roberto Alsina (community) Approve
Review via email: mp+72929@code.launchpad.net

Commit message

Fixed cancel prompt dialog (LP: #831985).

Description of the change

Fixed cancel prompt dialog.

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) wrote :

+1

review: Approve
38. By Diego Sarmentero

Removed unnecessary \ in strings.

39. By Diego Sarmentero

merge.

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Looks good!

review: Approve

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-07-07 13:19:04 +0000
3+++ data/qt/are_you_sure.ui 2011-08-26 12:28:48 +0000
4@@ -6,7 +6,7 @@
5 <rect>
6 <x>0</x>
7 <y>0</y>
8- <width>360</width>
9+ <width>386</width>
10 <height>196</height>
11 </rect>
12 </property>
13@@ -17,7 +17,7 @@
14 <item>
15 <widget class="QLabel" name="label">
16 <property name="text">
17- <string>Are you sure you want to cancel set up?</string>
18+ <string>Are you sure you want to cancel setting up Ubuntu One?</string>
19 </property>
20 <property name="textFormat">
21 <enum>Qt::PlainText</enum>
22@@ -94,7 +94,7 @@
23 <item>
24 <widget class="QPushButton" name="pushButton_2">
25 <property name="text">
26- <string>Continue setting up</string>
27+ <string>No, continue setting up</string>
28 </property>
29 <property name="default">
30 <bool>true</bool>
31
32=== modified file 'ubuntuone_installer/gui/__init__.py'
33--- ubuntuone_installer/gui/__init__.py 2011-07-08 11:28:53 +0000
34+++ ubuntuone_installer/gui/__init__.py 2011-08-26 12:28:48 +0000
35@@ -22,10 +22,10 @@
36
37 _ = gettext.gettext
38
39-ARE_YOU_SURE_1 = _("You can restart the sign up process at any time by "
40- "clicking on Ubuntu One in your Start menu.")
41-ARE_YOU_SURE_2 = _("If you need to know more about Ubuntu One then please"
42- " go to %(url)s")
43+ARE_YOU_SURE_1 = _("You can restart the setup process at any time "
44+ "by clicking on Ubuntu One in your Start menu.")
45+ARE_YOU_SURE_2 = _("If you need to know more about Ubuntu One, then please "
46+ "go to %(url)s")
47 LOCAL_FOLDERS_TITLE = _("Syncing your computer with the cloud")
48 LOCAL_FOLDERS_SPACE_HEADER = _("Space (%s)")
49 LOCAL_FOLDERS_OFFER_LABEL = _("The folders you have selected to sync "

Subscribers

People subscribed via source and target branches