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

Subscribers

People subscribed via source and target branches