Uppercase OK

This commit is contained in:
Justin Zobel
2025-08-21 22:58:00 +09:30
parent 8f6683fd1d
commit 2339cad49f

View File

@@ -187,7 +187,7 @@ QQC2.ComboBox {
}
customFooterActions: Kirigami.Action {
text: i18nc("@action:button", "Ok")
text: i18nc("@action:button", "OK")
enabled: serverUrlField.acceptableInput && serverUrlField.isValidServer
onTriggered: {
serverListModel.addServer(serverUrlField.text);