aboutsummaryrefslogtreecommitdiffstats
path: root/mageiaSync/mageiaSyncDBprefs0.py
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2015-02-13 08:00:59 +0200
committerYuri Chornoivan <yurchor@ukr.net>2015-02-13 08:00:59 +0200
commitf603d3257a722a7dee30abe013303cfc8bdd3866 (patch)
treefa42efe53005c7e203d4e741269b3ee8e893d7bc /mageiaSync/mageiaSyncDBprefs0.py
parent805cb30fe9d4c5b97d5cd9fac22b10452c1fcf9d (diff)
downloadMageiaSync-f603d3257a722a7dee30abe013303cfc8bdd3866.tar
MageiaSync-f603d3257a722a7dee30abe013303cfc8bdd3866.tar.gz
MageiaSync-f603d3257a722a7dee30abe013303cfc8bdd3866.tar.bz2
MageiaSync-f603d3257a722a7dee30abe013303cfc8bdd3866.tar.xz
MageiaSync-f603d3257a722a7dee30abe013303cfc8bdd3866.zip
Fix typos
Diffstat (limited to 'mageiaSync/mageiaSyncDBprefs0.py')
-rw-r--r--mageiaSync/mageiaSyncDBprefs0.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mageiaSync/mageiaSyncDBprefs0.py b/mageiaSync/mageiaSyncDBprefs0.py
index 04b3911..81cf0bd 100644
--- a/mageiaSync/mageiaSyncDBprefs0.py
+++ b/mageiaSync/mageiaSyncDBprefs0.py
@@ -66,12 +66,12 @@ class Ui_prefsDialog0(object):
_translate = QtCore.QCoreApplication.translate
prefsDialog0.setWindowTitle(_translate("prefsDialog0", "Preferences"))
self.label_7.setText(_translate("prefsDialog0", "Define parameters which are stored and used for rsync"))
- self.label_2.setToolTip(_translate("prefsDialog0", "User name to acces the repository. Only for testing repository."))
+ self.label_2.setToolTip(_translate("prefsDialog0", "User name to access the repository. Only for testing repository."))
self.label_2.setText(_translate("prefsDialog0", "User:"))
self.label_3.setToolTip(_translate("prefsDialog0", "Associated with user, if needed"))
self.label_3.setText(_translate("prefsDialog0", "Password:"))
self.password.setToolTip(_translate("prefsDialog0", "Give a value if you want to use testing repository"))
self.label_4.setToolTip(_translate("prefsDialog0", "Source repository. Keep void to use the testing repo."))
self.label_4.setText(_translate("prefsDialog0", "Source:"))
- self.location.setToolTip(_translate("prefsDialog0", "Give a mirror adress with public access"))
+ self.location.setToolTip(_translate("prefsDialog0", "Give a mirror address with public access"))