diff options
author | Tails developers <amnesia@boum.org> | 2013-03-26 15:49:58 +0100 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2013-03-26 15:50:33 +0100 |
commit | f56855bbaa06456cd2cab13862e01ac56bf5ef0f (patch) | |
tree | d33c21b2c2c4d681707c3a72a4d9a2d0a626a717 | |
parent | 93cf998fafa990207b180fa69c26ea1515cfeff3 (diff) |
Spelling fixes.
-rw-r--r-- | whisperBack/exceptions.py | 2 | ||||
-rw-r--r-- | whisperBack/gui.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/whisperBack/exceptions.py b/whisperBack/exceptions.py index 4d594c0..e0573d4 100644 --- a/whisperBack/exceptions.py +++ b/whisperBack/exceptions.py @@ -38,7 +38,7 @@ class MisconfigurationException(WhisperbackException): """ def __init__(self, variable): WhisperbackException.__init__(self, - _("The variable %s was not found in any of the configuation files" + _("The %s variable was not found in any of the configuration files " "/etc/whisperback/config.py, ~/.whisperback/config.py, ./config.py") % variable) diff --git a/whisperBack/gui.py b/whisperBack/gui.py index eb4c52b..4b0e32f 100644 --- a/whisperBack/gui.py +++ b/whisperBack/gui.py @@ -416,7 +416,7 @@ Do you want to save the bug report to a file?" % self.backend.to_address) self.gpg_keyblock.get_buffer().get_end_iter()) except ValueError, e: self.show_exception_dialog( - _("This doesn's seem to be a valid URL or OpenPGP key."), + _("This doesn't seem to be a valid URL or OpenPGP key."), e, parent=self.gpg_dialog) return self.gpg_dialog.hide() |