diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-18 16:51:08 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-18 16:51:08 +0200 |
| commit | c5c5f86db727831f68c93e7a388e4e2cb8491cb6 (patch) | |
| tree | 887548cd99ea3e7a29a79af45d88e76531c6dbbb /SoftwareProperties | |
| parent | a1abd4d08a2cd3d6413ead7b133fac17c2f4a1cf (diff) | |
| download | python-apt-c5c5f86db727831f68c93e7a388e4e2cb8491cb6.tar.gz | |
* typo fixes (thanks to Bruce Cowan)
Diffstat (limited to 'SoftwareProperties')
| -rw-r--r-- | SoftwareProperties/SoftwareProperties.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SoftwareProperties/SoftwareProperties.py b/SoftwareProperties/SoftwareProperties.py index f2a2cc19..1c8a3425 100644 --- a/SoftwareProperties/SoftwareProperties.py +++ b/SoftwareProperties/SoftwareProperties.py @@ -1033,7 +1033,7 @@ class SoftwareProperties(SimpleGladeApp): type=gtk.MESSAGE_ERROR, buttons=gtk.BUTTONS_OK, message_format=None) - dialog.set_markup(_("<big><b>Error scaning the CD</b></big>\n\n%s"%msg)) + dialog.set_markup(_("<big><b>Error scanning the CD</b></big>\n\n%s"%msg)) res = dialog.run() dialog.destroy() return |
