Add NSIS retry dialog string to _locales
This commit is contained in:
parent
7e7078e11a
commit
8eb0dd3116
1 changed files with 8 additions and 0 deletions
|
@ -6313,6 +6313,14 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"NSIS__retry-dialog--first-line": {
|
||||
"message": "Signal cannot be closed.",
|
||||
"description": "First line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
|
||||
},
|
||||
"NSIS__retry-dialog--second-line": {
|
||||
"message": "Please close it manually and click Retry to continue.",
|
||||
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
|
||||
},
|
||||
"CustomizingPreferredReactions__title": {
|
||||
"message": "Customize reactions",
|
||||
"description": "Shown in the header of the modal for customizing the preferred reactions. Also shown in the tooltip for the button that opens this modal."
|
||||
|
|
Loading…
Add table
Reference in a new issue