mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-06 12:02:24 +00:00
Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell
This commit is contained in:
@@ -73,7 +73,7 @@ Scope {
|
|||||||
root.unlocked();
|
root.unlocked();
|
||||||
} else {
|
} else {
|
||||||
Logger.i("LockContext", "Authentication failed");
|
Logger.i("LockContext", "Authentication failed");
|
||||||
errorMessage = "Authentication failed";
|
errorMessage = I18n.tr("lock-screen.authentication-failed");
|
||||||
showFailure = true;
|
showFailure = true;
|
||||||
root.failed();
|
root.failed();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -784,7 +784,7 @@ Popup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
NButton {
|
NButton {
|
||||||
text: root.selectionMode === "folders" ? "Select Folder" : "Select File"
|
text: root.selectionMode === "folders" ? I18n.tr("widgets.file-picker.select-folder") : I18n.tr("widgets.file-picker.select-file")
|
||||||
icon: "filepicker-check"
|
icon: "filepicker-check"
|
||||||
enabled: filePickerPanel.currentSelection.length > 0
|
enabled: filePickerPanel.currentSelection.length > 0
|
||||||
onClicked: root.confirmSelection()
|
onClicked: root.confirmSelection()
|
||||||
|
|||||||
Reference in New Issue
Block a user