summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-06-09 16:03:34 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-06-09 16:03:34 +0200
commit11839b1f6e6e12731f3b779f554d4f2997a23c7d (patch)
tree28238227e5ab44cca14e48f12cb15a27250a69ae /src/Gui
parentcde4288f38eb7b085d6b7694191602ad7ef7d931 (diff)
downloadabrt-11839b1f6e6e12731f3b779f554d4f2997a23c7d.tar.gz
abrt-11839b1f6e6e12731f3b779f554d4f2997a23c7d.tar.xz
abrt-11839b1f6e6e12731f3b779f554d4f2997a23c7d.zip
GUI: fixed few typos
Diffstat (limited to 'src/Gui')
-rw-r--r--src/Gui/CReporterAssistant.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Gui/CReporterAssistant.py b/src/Gui/CReporterAssistant.py
index d2359a91..ae392a46 100644
--- a/src/Gui/CReporterAssistant.py
+++ b/src/Gui/CReporterAssistant.py
@@ -608,7 +608,7 @@ class ReporterAssistant():
# comment
comment_vbox = gtk.VBox(spacing=5)
- comment_lbl = gtk.Label(_("Are there any comment you'd like to share "
+ comment_lbl = gtk.Label(_("Are there any comments you'd like to share "
"with the software maintainers?"))
comment_lbl.set_alignment(0.0, 0.0)
comment_lbl.set_justify(gtk.JUSTIFY_FILL)
@@ -634,8 +634,8 @@ class ReporterAssistant():
tip_lbl = gtk.Label("")
tip_lbl.set_alignment(0.0, 0.0)
tip_lbl.set_justify(gtk.JUSTIFY_FILL)
- tip_lbl.set_markup(_("<b>Tip:</b> Your comments are not private. "
- "Please monitor what you say accordingly"))
+ tip_lbl.set_markup(_("<b>Tip:</b> Your comments are not private. "
+ "Please monitor what you say accordingly."))
#tip_hbox.pack_start(tip_image)
tip_hbox.pack_start(tip_lbl, expand=False)
page.pack_start(details_hbox)