fixed dumb typo in Gui dialogs
authorOliver Maurhart <oliver.maurhart@ait.ac.at>
Thu, 02 Oct 2014 13:20:37 +0200
changeset 233bab44ef66a3c
parent 232 56120b285fc8
child 234 216da9017f8f
fixed dumb typo in Gui dialogs
OpenSecurity/bin/ui/CredentialsDialog.ui
OpenSecurity/bin/ui/FormatDriveDialog.ui
OpenSecurity/bin/ui/KeyfileDialog.ui
OpenSecurity/bin/ui/NotificationDialog.ui
OpenSecurity/bin/ui/PasswordDialog.ui
OpenSecurity/bin/ui/ui_CredentialsDialog.py
OpenSecurity/bin/ui/ui_FormatDriveDialog.py
OpenSecurity/bin/ui/ui_KeyfileDialog.py
OpenSecurity/bin/ui/ui_NotificationDialog.py
OpenSecurity/bin/ui/ui_PasswordDialog.py
     1.1 --- a/OpenSecurity/bin/ui/CredentialsDialog.ui	Thu Oct 02 13:18:22 2014 +0200
     1.2 +++ b/OpenSecurity/bin/ui/CredentialsDialog.ui	Thu Oct 02 13:20:37 2014 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4     </sizepolicy>
     1.5    </property>
     1.6    <property name="windowTitle">
     1.7 -   <string>OpenSecuirty Credentials Request</string>
     1.8 +   <string>OpenSecurity Credentials Request</string>
     1.9    </property>
    1.10    <property name="windowIcon">
    1.11     <iconset resource="opensecurity.qrc">
     2.1 --- a/OpenSecurity/bin/ui/FormatDriveDialog.ui	Thu Oct 02 13:18:22 2014 +0200
     2.2 +++ b/OpenSecurity/bin/ui/FormatDriveDialog.ui	Thu Oct 02 13:20:37 2014 +0200
     2.3 @@ -17,7 +17,7 @@
     2.4     </sizepolicy>
     2.5    </property>
     2.6    <property name="windowTitle">
     2.7 -   <string>OpenSecuirty Format Drive</string>
     2.8 +   <string>OpenSecurity Format Drive</string>
     2.9    </property>
    2.10    <property name="windowIcon">
    2.11     <iconset resource="opensecurity.qrc">
     3.1 --- a/OpenSecurity/bin/ui/KeyfileDialog.ui	Thu Oct 02 13:18:22 2014 +0200
     3.2 +++ b/OpenSecurity/bin/ui/KeyfileDialog.ui	Thu Oct 02 13:20:37 2014 +0200
     3.3 @@ -20,7 +20,7 @@
     3.4     </sizepolicy>
     3.5    </property>
     3.6    <property name="windowTitle">
     3.7 -   <string>OpenSecuirty Keyfile Request</string>
     3.8 +   <string>OpenSecurity Keyfile Request</string>
     3.9    </property>
    3.10    <property name="windowIcon">
    3.11     <iconset resource="opensecurity.qrc">
     4.1 --- a/OpenSecurity/bin/ui/NotificationDialog.ui	Thu Oct 02 13:18:22 2014 +0200
     4.2 +++ b/OpenSecurity/bin/ui/NotificationDialog.ui	Thu Oct 02 13:20:37 2014 +0200
     4.3 @@ -17,7 +17,7 @@
     4.4     </sizepolicy>
     4.5    </property>
     4.6    <property name="windowTitle">
     4.7 -   <string>OpenSecuirty Notification</string>
     4.8 +   <string>OpenSecurity Notification</string>
     4.9    </property>
    4.10    <property name="windowIcon">
    4.11     <iconset resource="opensecurity.qrc">
     5.1 --- a/OpenSecurity/bin/ui/PasswordDialog.ui	Thu Oct 02 13:18:22 2014 +0200
     5.2 +++ b/OpenSecurity/bin/ui/PasswordDialog.ui	Thu Oct 02 13:20:37 2014 +0200
     5.3 @@ -20,7 +20,7 @@
     5.4     </sizepolicy>
     5.5    </property>
     5.6    <property name="windowTitle">
     5.7 -   <string>OpenSecuirty Password Request</string>
     5.8 +   <string>OpenSecurity Password Request</string>
     5.9    </property>
    5.10    <property name="windowIcon">
    5.11     <iconset resource="opensecurity.qrc">
     6.1 --- a/OpenSecurity/bin/ui/ui_CredentialsDialog.py	Thu Oct 02 13:18:22 2014 +0200
     6.2 +++ b/OpenSecurity/bin/ui/ui_CredentialsDialog.py	Thu Oct 02 13:20:37 2014 +0200
     6.3 @@ -2,7 +2,7 @@
     6.4  
     6.5  # Form implementation generated from reading ui file 'CredentialsDialog.ui'
     6.6  #
     6.7 -# Created: Tue Sep 30 11:47:50 2014
     6.8 +# Created: Thu Oct  2 13:20:06 2014
     6.9  #      by: PyQt4 UI code generator 4.11.2
    6.10  #
    6.11  # WARNING! All changes made in this file will be lost!
    6.12 @@ -103,7 +103,7 @@
    6.13          CredentialsDialog.setTabOrder(self.btnCancel, self.btnOk)
    6.14  
    6.15      def retranslateUi(self, CredentialsDialog):
    6.16 -        CredentialsDialog.setWindowTitle(_translate("CredentialsDialog", "OpenSecuirty Credentials Request", None))
    6.17 +        CredentialsDialog.setWindowTitle(_translate("CredentialsDialog", "OpenSecurity Credentials Request", None))
    6.18          self.lblPassword.setText(_translate("CredentialsDialog", "&Password:", None))
    6.19          self.lblUser.setText(_translate("CredentialsDialog", "&User:", None))
    6.20          self.lblText.setText(_translate("CredentialsDialog", "TextLabel", None))
     7.1 --- a/OpenSecurity/bin/ui/ui_FormatDriveDialog.py	Thu Oct 02 13:18:22 2014 +0200
     7.2 +++ b/OpenSecurity/bin/ui/ui_FormatDriveDialog.py	Thu Oct 02 13:20:37 2014 +0200
     7.3 @@ -2,8 +2,8 @@
     7.4  
     7.5  # Form implementation generated from reading ui file 'FormatDriveDialog.ui'
     7.6  #
     7.7 -# Created: Wed Jun 25 21:47:35 2014
     7.8 -#      by: PyQt4 UI code generator 4.10.3
     7.9 +# Created: Thu Oct  2 13:20:07 2014
    7.10 +#      by: PyQt4 UI code generator 4.11.2
    7.11  #
    7.12  # WARNING! All changes made in this file will be lost!
    7.13  
    7.14 @@ -104,7 +104,7 @@
    7.15          FormatDriveDialog.setTabOrder(self.btnCancel, self.btnOk)
    7.16  
    7.17      def retranslateUi(self, FormatDriveDialog):
    7.18 -        FormatDriveDialog.setWindowTitle(_translate("FormatDriveDialog", "OpenSecuirty Format Drive", None))
    7.19 +        FormatDriveDialog.setWindowTitle(_translate("FormatDriveDialog", "OpenSecurity Format Drive", None))
    7.20          self.lblText.setText(_translate("FormatDriveDialog", "<b>Attention!</b>TextLabel", None))
    7.21          self.lblPassword.setText(_translate("FormatDriveDialog", "&Password:", None))
    7.22          self.lblKeyfile.setText(_translate("FormatDriveDialog", "&Keyfile:", None))
     8.1 --- a/OpenSecurity/bin/ui/ui_KeyfileDialog.py	Thu Oct 02 13:18:22 2014 +0200
     8.2 +++ b/OpenSecurity/bin/ui/ui_KeyfileDialog.py	Thu Oct 02 13:20:37 2014 +0200
     8.3 @@ -2,7 +2,7 @@
     8.4  
     8.5  # Form implementation generated from reading ui file 'KeyfileDialog.ui'
     8.6  #
     8.7 -# Created: Tue Sep 30 11:47:50 2014
     8.8 +# Created: Thu Oct  2 13:20:07 2014
     8.9  #      by: PyQt4 UI code generator 4.11.2
    8.10  #
    8.11  # WARNING! All changes made in this file will be lost!
    8.12 @@ -105,7 +105,7 @@
    8.13          KeyfileDialog.setTabOrder(self.btnCancel, self.btnOk)
    8.14  
    8.15      def retranslateUi(self, KeyfileDialog):
    8.16 -        KeyfileDialog.setWindowTitle(_translate("KeyfileDialog", "OpenSecuirty Keyfile Request", None))
    8.17 +        KeyfileDialog.setWindowTitle(_translate("KeyfileDialog", "OpenSecurity Keyfile Request", None))
    8.18          self.lblText.setText(_translate("KeyfileDialog", "TextLabel", None))
    8.19          self.lblPassword.setText(_translate("KeyfileDialog", "&Password:", None))
    8.20          self.lblKeyfile.setText(_translate("KeyfileDialog", "&Keyfile:", None))
     9.1 --- a/OpenSecurity/bin/ui/ui_NotificationDialog.py	Thu Oct 02 13:18:22 2014 +0200
     9.2 +++ b/OpenSecurity/bin/ui/ui_NotificationDialog.py	Thu Oct 02 13:20:37 2014 +0200
     9.3 @@ -2,8 +2,8 @@
     9.4  
     9.5  # Form implementation generated from reading ui file 'NotificationDialog.ui'
     9.6  #
     9.7 -# Created: Mon Mar 31 13:16:10 2014
     9.8 -#      by: PyQt4 UI code generator 4.10.3
     9.9 +# Created: Thu Oct  2 13:20:07 2014
    9.10 +#      by: PyQt4 UI code generator 4.11.2
    9.11  #
    9.12  # WARNING! All changes made in this file will be lost!
    9.13  
    9.14 @@ -76,7 +76,7 @@
    9.15          NotificationDialog.setTabOrder(self.btnAbout, self.btnOk)
    9.16  
    9.17      def retranslateUi(self, NotificationDialog):
    9.18 -        NotificationDialog.setWindowTitle(_translate("NotificationDialog", "OpenSecuirty Notification", None))
    9.19 +        NotificationDialog.setWindowTitle(_translate("NotificationDialog", "OpenSecurity Notification", None))
    9.20          self.lblMessage.setText(_translate("NotificationDialog", "TextLabel", None))
    9.21          self.btnAbout.setText(_translate("NotificationDialog", "&About", None))
    9.22          self.btnOk.setText(_translate("NotificationDialog", "&Ok", None))
    10.1 --- a/OpenSecurity/bin/ui/ui_PasswordDialog.py	Thu Oct 02 13:18:22 2014 +0200
    10.2 +++ b/OpenSecurity/bin/ui/ui_PasswordDialog.py	Thu Oct 02 13:20:37 2014 +0200
    10.3 @@ -2,7 +2,7 @@
    10.4  
    10.5  # Form implementation generated from reading ui file 'PasswordDialog.ui'
    10.6  #
    10.7 -# Created: Tue Sep 30 11:47:50 2014
    10.8 +# Created: Thu Oct  2 13:20:07 2014
    10.9  #      by: PyQt4 UI code generator 4.11.2
   10.10  #
   10.11  # WARNING! All changes made in this file will be lost!
   10.12 @@ -93,7 +93,7 @@
   10.13          PasswordDialog.setTabOrder(self.btnCancel, self.btnOk)
   10.14  
   10.15      def retranslateUi(self, PasswordDialog):
   10.16 -        PasswordDialog.setWindowTitle(_translate("PasswordDialog", "OpenSecuirty Password Request", None))
   10.17 +        PasswordDialog.setWindowTitle(_translate("PasswordDialog", "OpenSecurity Password Request", None))
   10.18          self.lblText.setText(_translate("PasswordDialog", "TextLabel", None))
   10.19          self.lblPassword.setText(_translate("PasswordDialog", "&Password:", None))
   10.20          self.btnAbout.setText(_translate("PasswordDialog", "&About", None))