src/eric7/Preferences/ConfigurationPages/SecurityPage.ui

branch
eric7
changeset 9971
773ad1f1ed22
parent 9209
b99e7fd55fd3
--- a/src/eric7/Preferences/ConfigurationPages/SecurityPage.ui	Tue Apr 04 17:26:54 2023 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/SecurityPage.ui	Wed Apr 05 11:58:22 2023 +0200
@@ -50,12 +50,12 @@
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout">
         <item>
-         <widget class="QCheckBox" name="masterPasswordCheckBox">
+         <widget class="QCheckBox" name="mainPasswordCheckBox">
           <property name="toolTip">
-           <string>Select to use a master password</string>
+           <string>Select to use a main password</string>
           </property>
           <property name="text">
-           <string>Use Master Password</string>
+           <string>Use Main Password</string>
           </property>
          </widget>
         </item>
@@ -73,15 +73,15 @@
          </spacer>
         </item>
         <item>
-         <widget class="QPushButton" name="masterPasswordButton">
+         <widget class="QPushButton" name="mainPasswordButton">
           <property name="enabled">
            <bool>false</bool>
           </property>
           <property name="toolTip">
-           <string>Press to change the master password</string>
+           <string>Press to change the main password</string>
           </property>
           <property name="text">
-           <string>Change Master Password...</string>
+           <string>Change Main Password...</string>
           </property>
          </widget>
         </item>
@@ -126,8 +126,8 @@
  </widget>
  <tabstops>
   <tabstop>savePasswordsCheckBox</tabstop>
-  <tabstop>masterPasswordCheckBox</tabstop>
-  <tabstop>masterPasswordButton</tabstop>
+  <tabstop>mainPasswordCheckBox</tabstop>
+  <tabstop>mainPasswordButton</tabstop>
  </tabstops>
  <resources/>
  <connections/>

eric ide

mercurial