Merge lp://staging/~deejay1/groundcontrol/typo-fixes into lp://staging/groundcontrol

Proposed by Łukasz Jernaś
Status: Merged
Merged at revision: not available
Proposed branch: lp://staging/~deejay1/groundcontrol/typo-fixes
Merge into: lp://staging/groundcontrol
Diff against target: 73 lines (+7/-7)
3 files modified
GroundControl/__init__.py (+2/-2)
GroundControl/branches.py (+1/-1)
nautilus-groundcontrol.py (+4/-4)
To merge this branch: bzr merge lp://staging/~deejay1/groundcontrol/typo-fixes
Reviewer Review Type Date Requested Status
Martin Owens Approve
Review via email: mp+19368@code.staging.launchpad.net
To post a comment you must log in.
Revision history for this message
Łukasz Jernaś (deejay1) wrote :

I've noticed some typos etc. which may were visible while trying to get to the root of the i18n issue :/

Revision history for this message
Martin Owens (doctormo) wrote :

Thanks for the keen eye, merged in and approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'GroundControl/__init__.py'
2--- GroundControl/__init__.py 2010-02-12 16:11:05 +0000
3+++ GroundControl/__init__.py 2010-02-15 22:10:27 +0000
4@@ -15,7 +15,7 @@
5 # along with this program. If not, see <http://www.gnu.org/licenses/>
6 #
7 """
8-Launchpad desktop intergration libraries for GroundControl
9+Launchpad desktop integration libraries for GroundControl
10 """
11
12 import os
13@@ -42,7 +42,7 @@
14 PO_DIR = os.path.join(BASE_DIR, 'po')
15 DOC_DIR = os.path.join(BASE_DIR, 'doc')
16
17-# Globally deal with locallazation (i11n)
18+# Globally deal with localization (l10n)
19 gettext.bindtextdomain(__appname__, PO_DIR)
20 locale.setlocale(locale.LC_ALL, '')
21 gettext.textdomain(__appname__)
22
23=== modified file 'GroundControl/branches.py'
24--- GroundControl/branches.py 2010-02-14 00:15:21 +0000
25+++ GroundControl/branches.py 2010-02-15 22:10:27 +0000
26@@ -15,7 +15,7 @@
27 # along with this program. If not, see <http://www.gnu.org/licenses/>
28 #
29 """
30-Small app for selecting launchpad branches
31+Small app for selecting Launchpad branches
32 """
33
34 # Import standard python libs
35
36=== modified file 'nautilus-groundcontrol.py'
37--- nautilus-groundcontrol.py 2010-02-15 18:30:35 +0000
38+++ nautilus-groundcontrol.py 2010-02-15 22:10:27 +0000
39@@ -15,7 +15,7 @@
40 # along with this program. If not, see <http://www.gnu.org/licenses/>
41 #
42 """
43-This is a simple extension for nautilus to allow project intergration.
44+This is a simple extension for nautilus to allow project integration.
45 """
46
47 import os
48@@ -74,7 +74,7 @@
49
50 @property
51 def status(self):
52- """Get the status of the launchpad configuration"""
53+ """Get the status of the Launchpad configuration"""
54 return os.path.exists(DEFAULT_CRED % PROJECT_NAME)
55
56 def get_widget(self, url, window):
57@@ -214,7 +214,7 @@
58 path = os.path.join(self._path, bug.project_id)
59 if os.path.exists(path):
60 # Load project without touching bug.project because that
61- # Would take more time to load the object and it's attr.
62+ # would take more time to load the object and it's attr.
63 project = Project(path)
64 else:
65 # Error because this shouldn't happen
66@@ -553,7 +553,7 @@
67 button.show()
68
69 def show_help(self, widget=None):
70- """Show a simple icon buttont hat when clicked shows help"""
71+ """Show a simple icon button that shows help when clicked"""
72 if HelpApp.is_help(self._mode_id):
73 HelpApp(self._mode_id, parent=self._bar._window, start_loop=True)
74

Subscribers

People subscribed via source and target branches