From f603d3257a722a7dee30abe013303cfc8bdd3866 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 13 Feb 2015 08:00:59 +0200 Subject: Fix typos --- mageiaSync/mageiaSyncDBprefs0.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mageiaSync/mageiaSyncDBprefs0.py') 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")) -- cgit v1.2.1