Skip to content

Commit

Permalink
Consitent window title for authentication dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Aug 15, 2024
1 parent 80bad4b commit 6500e02
Show file tree
Hide file tree
Showing 3 changed files with 1,475 additions and 1,215 deletions.
2 changes: 1 addition & 1 deletion picard/ui/forms/ui_passworddialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ def setupUi(self, PasswordDialog):
QtCore.QMetaObject.connectSlotsByName(PasswordDialog)

def retranslateUi(self, PasswordDialog):
PasswordDialog.setWindowTitle(_("Authentication required"))
PasswordDialog.setWindowTitle(_("Authentication Required"))
self.label.setText(_("Username:"))
self.label_2.setText(_("Password:"))
Loading

0 comments on commit 6500e02

Please sign in to comment.