Merge lp:~walterorlin/lubuntu-software-center/fixtypo into lp:lubuntu-software-center

Proposed by Lyn Perrine
Status: Merged
Approved by: Jörn Schönyan
Approved revision: 180
Merged at revision: 180
Proposed branch: lp:~walterorlin/lubuntu-software-center/fixtypo
Merge into: lp:lubuntu-software-center
Diff against target: 12 lines (+1/-1)
1 file modified
src/main.py (+1/-1)
To merge this branch: bzr merge lp:~walterorlin/lubuntu-software-center/fixtypo
Reviewer Review Type Date Requested Status
Jörn Schönyan Approve
Review via email: mp+269116@code.launchpad.net

Description of the change

Fix small typo in ui of replacing infos with info.

To post a comment you must log in.
Revision history for this message
Jörn Schönyan (joern-schoenyan) wrote :

Perfectly fine, thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/main.py'
2--- src/main.py 2015-02-22 02:43:13 +0000
3+++ src/main.py 2015-08-25 20:02:27 +0000
4@@ -684,7 +684,7 @@
5 self.ui.categorie_icon.set_from_icon_name(
6 "stock_help", Gtk.IconSize.LARGE_TOOLBAR)
7 self.ui.categorie_label.set_text(_(
8- "Infos on") + " %s" % title.split("\n")[0])
9+ "Info on") + " %s" % title.split("\n")[0])
10 self.ui.appsinfo.scrot_button.set_visible(False)
11 if control.controller.show_scrot:
12 threadingops.download_screenshot(

Subscribers

People subscribed via source and target branches