summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Gui/ConfBackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/ConfBackend.py b/src/Gui/ConfBackend.py
index db25984..c7b0450 100644
--- a/src/Gui/ConfBackend.py
+++ b/src/Gui/ConfBackend.py
@@ -33,7 +33,7 @@ class ConfBackendGnomeKeyring(ConfBackend):
def __init__(self):
ConfBackend.__init__(self)
if not gkey.is_available():
- raise ConfBackendInitError(_("Can't connect do Gnome Keyring daemon"))
+ raise ConfBackendInitError(_("Can't connect to Gnome Keyring daemon"))
try:
self.default_key_ring = gkey.get_default_keyring_sync()
except: