Merge lp:~jbicha/ubuntu-sso-client/lp-949978-improve-grammar into lp:ubuntu-sso-client

Proposed by Jeremy Bícha
Status: Merged
Approved by: Roberto Alsina
Approved revision: 903
Merged at revision: 930
Proposed branch: lp:~jbicha/ubuntu-sso-client/lp-949978-improve-grammar
Merge into: lp:ubuntu-sso-client
Diff against target: 25 lines (+2/-2)
2 files modified
data/qt/setup_account.ui (+1/-1)
ubuntu_sso/utils/ui.py (+1/-1)
To merge this branch: bzr merge lp:~jbicha/ubuntu-sso-client/lp-949978-improve-grammar
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Natalia Bidart (community) Approve
Paolo Rotolo (community) Approve
Review via email: mp+96586@code.launchpad.net

Commit message

- Improve the grammar for the CLOSE_AND_SETUP_LATER button text (LP: #949978).

To post a comment you must log in.
Revision history for this message
Paolo Rotolo (paolorotolo) :
review: Approve
Revision history for this message
Paolo Rotolo (paolorotolo) wrote :

Good for me!

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

After seeking approval from the design team, approving this myself.

review: Approve
Revision history for this message
Roberto Alsina (ralsina) wrote :

Got the ok for the changes from cparrino

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/qt/setup_account.ui'
--- data/qt/setup_account.ui 2012-03-05 21:52:45 +0000
+++ data/qt/setup_account.ui 2012-03-08 14:56:18 +0000
@@ -412,7 +412,7 @@
412 </font>412 </font>
413 </property>413 </property>
414 <property name="toolTip">414 <property name="toolTip">
415 <string notr="true">Your password must be at least 8 characters long and at least contain one number and one upper later.</string>415 <string notr="true">Your password must be at least 8 characters long and contain at least one number and one uppercase letter.</string>
416 </property>416 </property>
417 <property name="statusTip">417 <property name="statusTip">
418 <string/>418 <string/>
419419
=== modified file 'ubuntu_sso/utils/ui.py'
--- ubuntu_sso/utils/ui.py 2012-03-06 14:13:10 +0000
+++ ubuntu_sso/utils/ui.py 2012-03-08 14:56:18 +0000
@@ -43,7 +43,7 @@
43CAPTCHA_RELOAD_TEXT = _('refresh')43CAPTCHA_RELOAD_TEXT = _('refresh')
44CAPTCHA_RELOAD_TOOLTIP = _('Reload')44CAPTCHA_RELOAD_TOOLTIP = _('Reload')
45CAPTCHA_REQUIRED_ERROR = _('The captcha is a required field')45CAPTCHA_REQUIRED_ERROR = _('The captcha is a required field')
46CLOSE_AND_SETUP_LATER = _('Close window and setup later')46CLOSE_AND_SETUP_LATER = _('Close window and set up later')
47CONGRATULATIONS = _("Congratulations, {app_name} is installed!")47CONGRATULATIONS = _("Congratulations, {app_name} is installed!")
48CONNECT_HELP_LABEL = _('To connect this computer to %(app_name)s enter your '48CONNECT_HELP_LABEL = _('To connect this computer to %(app_name)s enter your '
49 'details below.')49 'details below.')

Subscribers

People subscribed via source and target branches