Fix i18nc call
This commit is contained in:
parent
b1934e0601
commit
e7e243db66
@ -275,7 +275,7 @@ Kirigami.ScrollablePage {
|
||||
standardButtons: Controls.DialogButtonBox.Ok | Controls.DialogButtonBox.Cancel
|
||||
closePolicy: Kirigami.Dialog.CloseOnEscape | Kirigami.Dialog.CloseOnPressOutside
|
||||
|
||||
title: i18n("@title of dialog box", "Sync Login Credentials")
|
||||
title: i18nc("@title of dialog box", "Sync Login Credentials")
|
||||
|
||||
onAccepted: {
|
||||
if (Sync.provider === Sync.GPodderNextcloud || customServerCheckBox.checked) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user