Merge lp:~brendan-donegan/checkbox/bug926417_cli_plus_help into lp:checkbox

Proposed by Brendan Donegan
Status: Merged
Merged at revision: 1233
Proposed branch: lp:~brendan-donegan/checkbox/bug926417_cli_plus_help
Merge into: lp:checkbox
Diff against target: 27 lines (+5/-2)
2 files modified
checkbox_cli/cli_interface.py (+1/-1)
debian/changelog (+4/-1)
To merge this branch: bzr merge lp:~brendan-donegan/checkbox/bug926417_cli_plus_help
Reviewer Review Type Date Requested Status
Marc Tardif (community) Approve
Review via email: mp+91819@code.launchpad.net

Description of the change

Change checkbox-cli text to be clearer about what the + key does.

To post a comment you must log in.
Revision history for this message
Marc Tardif (cr3) wrote :

Looks good, I also took the opportunity of putting your string in the gettext function so that it can be internationalized. Merging...

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'checkbox_cli/cli_interface.py'
2--- checkbox_cli/cli_interface.py 2011-10-18 18:25:14 +0000
3+++ checkbox_cli/cli_interface.py 2012-02-07 13:16:19 +0000
4@@ -280,7 +280,7 @@
5 for option in keys:
6 dialog.add_option(option)
7
8- dialog.add_option("Plus to expand options", "+")
9+ dialog.add_option("Combine with character above to expand node", "+")
10 dialog.add_option("Space when finished", " ")
11
12 do_expand = False
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2012-02-06 20:04:05 +0000
16+++ debian/changelog 2012-02-07 13:16:19 +0000
17@@ -12,7 +12,10 @@
18 [Daniel Manrique]
19 * Changed way of obtaining preferred browser to ensure we honor the user's
20 preference rather than Chromium's clobbering of
21- /etc/alternatives/gnome-www-browser (LP: #925603)
22+ /etc/alternatives/gnome-www-browser (LP: #925603)
23+
24+ [Brendan Donegan]
25+ * Changed checkbox-cli text to clearly explain what + does (LP: #926417)
26
27 -- Daniel Manrique <daniel.manrique@canonical.com> Mon, 06 Feb 2012 14:55:58 -0500
28

Subscribers

People subscribed via source and target branches