diff options
Diffstat (limited to 'mageiaSync')
-rw-r--r-- | mageiaSync/mageiaSyncDBprefs.py | 2 | ||||
-rw-r--r-- | mageiaSync/mageiaSyncDBprefs.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mageiaSync/mageiaSyncDBprefs.py b/mageiaSync/mageiaSyncDBprefs.py index 9fcc3ba..ed1d582 100644 --- a/mageiaSync/mageiaSyncDBprefs.py +++ b/mageiaSync/mageiaSyncDBprefs.py @@ -95,7 +95,7 @@ class Ui_prefsDialog(object): prefsDialog.setWindowTitle(_translate("prefsDialog", "Preferences")) self.label.setToolTip(_translate("prefsDialog", "Give the release name like \"mageia5-alpha2\"")) self.label.setText(_translate("prefsDialog", "Release:")) - self.label_2.setToolTip(_translate("prefsDialog", "User name to acces the repository. Only for testing repository.")) + self.label_2.setToolTip(_translate("prefsDialog", "User name to access the repository. Only for testing repository.")) self.label_2.setText(_translate("prefsDialog", "User:")) self.label_3.setToolTip(_translate("prefsDialog", "Associated with user, if needed")) self.label_3.setText(_translate("prefsDialog", "Password:")) diff --git a/mageiaSync/mageiaSyncDBprefs.ui b/mageiaSync/mageiaSyncDBprefs.ui index 8fa556d..4153934 100644 --- a/mageiaSync/mageiaSyncDBprefs.ui +++ b/mageiaSync/mageiaSyncDBprefs.ui @@ -61,7 +61,7 @@ <item row="2" column="0"> <widget class="QLabel" name="label_2"> <property name="toolTip"> - <string>User name to acces the repository. Only for testing repository.</string> + <string>User name to access the repository. Only for testing repository.</string> </property> <property name="locale"> <locale language="English" country="UnitedStates"/> |