ey there:
please review this patch with a grammar correction for WhisperBack.
thanks to kingu at trasifex that spotted it.
From dc00cd0c6c8a63db56f7ffb4308008c1a30b02a0 Mon Sep 17 00:00:00 2001
From: emma peel <emma.peel@???>
Date: Fri, 27 Apr 2018 11:52:50 +0000
Subject: [PATCH] small grammar correction. thanks kingu@transifex
---
whisperBack/exceptions.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/whisperBack/exceptions.py b/whisperBack/exceptions.py
index 29e0401..2286e99 100644
--- a/whisperBack/exceptions.py
+++ b/whisperBack/exceptions.py
@@ -39,7 +39,7 @@ class MisconfigurationException(WhisperbackException):
def __init__(self, variable):
WhisperbackException.__init__(self,
_("The %s variable was not found in any of the configuration files "
- "/etc/whisperback/config.py, ~/.whisperback/config.py, ./config.py")
+ "/etc/whisperback/config.py, ~/.whisperback/config.py, or ./config.py")
% variable)
# Used in encryption.py
--
2.11.0