summaryrefslogtreecommitdiff
path: root/SoftwareProperties
diff options
context:
space:
mode:
authorSebastian Heinlein <sebi@sebi-pc>2006-09-26 10:47:19 +0200
committerSebastian Heinlein <sebi@sebi-pc>2006-09-26 10:47:19 +0200
commitdd3fbec4f2bb0ecbf237b058f85175c5d0befce9 (patch)
treee00d94e7c77b45f8ac9792a9c80a68e2a2391d7c /SoftwareProperties
parent4de7b5c16a98fcc5e6d9ff4d32ca289c44a5192b (diff)
parent90a9b9f0faf09a401693f7cfcbd362ff62559929 (diff)
downloadpython-apt-dd3fbec4f2bb0ecbf237b058f85175c5d0befce9.tar.gz
* merge with mvo
Diffstat (limited to 'SoftwareProperties')
-rw-r--r--SoftwareProperties/SoftwareProperties.py2
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