@@ -141,15 +141,15 @@ void QgsAuthEditorWidgets::setupUtilitiesMenu()
141
141
this , &QgsAuthEditorWidgets::authMessageOut );
142
142
143
143
// set up utility actions menu
144
- mActionSetMasterPassword = new QAction ( QStringLiteral ( " Input master password" ), this );
145
- mActionClearCachedMasterPassword = new QAction ( QStringLiteral ( " Clear cached master password" ), this );
146
- mActionResetMasterPassword = new QAction ( QStringLiteral ( " Reset master password" ), this );
147
- mActionClearCachedAuthConfigs = new QAction ( QStringLiteral ( " Clear cached authentication configurations" ), this );
148
- mActionRemoveAuthConfigs = new QAction ( QStringLiteral ( " Remove all authentication configurations" ), this );
149
- mActionEraseAuthDatabase = new QAction ( QStringLiteral ( " Erase authentication database" ), this );
150
-
151
- mActionClearAccessCacheNow = new QAction ( QStringLiteral ( " Clear network authentication access cache" ), this );
152
- mActionAutoClearAccessCache = new QAction ( QStringLiteral ( " Automatically clear network authentication access cache on SSL errors" ), this );
144
+ mActionSetMasterPassword = new QAction ( tr ( " Input master password" ), this );
145
+ mActionClearCachedMasterPassword = new QAction ( tr ( " Clear cached master password" ), this );
146
+ mActionResetMasterPassword = new QAction ( tr ( " Reset master password" ), this );
147
+ mActionClearCachedAuthConfigs = new QAction ( tr ( " Clear cached authentication configurations" ), this );
148
+ mActionRemoveAuthConfigs = new QAction ( tr ( " Remove all authentication configurations" ), this );
149
+ mActionEraseAuthDatabase = new QAction ( tr ( " Erase authentication database" ), this );
150
+
151
+ mActionClearAccessCacheNow = new QAction ( tr ( " Clear network authentication access cache" ), this );
152
+ mActionAutoClearAccessCache = new QAction ( tr ( " Automatically clear network authentication access cache on SSL errors" ), this );
153
153
mActionAutoClearAccessCache ->setCheckable ( true );
154
154
mActionAutoClearAccessCache ->setChecked ( QgsSettings ().value ( QStringLiteral ( " clear_auth_cache_on_errors" ), true , QgsSettings::Section::Auth ).toBool ( ) );
155
155
0 commit comments