Merge lp:~ralsina/ubuntuone-windows-installer/fix_911784 into lp:ubuntuone-windows-installer

Proposed by Roberto Alsina
Status: Merged
Approved by: Roberto Alsina
Approved revision: 102
Merged at revision: 101
Proposed branch: lp:~ralsina/ubuntuone-windows-installer/fix_911784
Merge into: lp:ubuntuone-windows-installer
Diff against target: 14 lines (+2/-2)
1 file modified
ubuntuone_installer/gui/qt/gui.py (+2/-2)
To merge this branch: bzr merge lp:~ralsina/ubuntuone-windows-installer/fix_911784
Reviewer Review Type Date Requested Status
Diego Sarmentero (community) Approve
Alejandro J. Cura (community) Approve
Review via email: mp+87483@code.launchpad.net

Commit message

Fix strings to:

1) Fix a grammar error
2) Mention Ubuntu One so the user knows what he's upgrading.

Description of the change

Fix strings to:

1) Fix a grammar error
2) Mention Ubuntu One so the user knows what he's upgrading.

To post a comment you must log in.
Revision history for this message
Alejandro J. Cura (alecu) wrote :

+1, trivial

review: Approve
Revision history for this message
Diego Sarmentero (diegosarmentero) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone_installer/gui/qt/gui.py'
2--- ubuntuone_installer/gui/qt/gui.py 2012-01-03 15:00:57 +0000
3+++ ubuntuone_installer/gui/qt/gui.py 2012-01-04 14:41:38 +0000
4@@ -91,8 +91,8 @@
5 SUCCESSFUL_LOGIN = _("Login successful")
6 TITLE_STYLE = "<span style=\"font-size:24px\">%s</span>"
7 UPDATE_TITLE = _("Updates are available")
8-UPDATE_SOFTWARE = _("There is a new version available. "
9- "Do you want perform an upgrade?")
10+UPDATE_SOFTWARE = _("There is a new version of Ubuntu One available. "
11+ "Do you want to perform an upgrade?")
12 REMOVE_OLD_BETA_TITLE = _("Remove old Beta")
13 REMOVE_OLD_BETA = _("The old Ubuntu One Beta is installed in your system. Do "
14 "you want to uninstall it?")

Subscribers

People subscribed via source and target branches