Skip to content
Snippets Groups Projects
Commit 8d9e86a4 authored by akiraohgaki's avatar akiraohgaki
Browse files

Status and messages

parent 98eaa453
No related branches found
No related tags found
No related merge requests found
...@@ -46,13 +46,13 @@ Window { ...@@ -46,13 +46,13 @@ Window {
result = JSON.parse(result); result = JSON.parse(result);
var metadata = JSON.parse(xdgUrlHandler.getMetadata()); var metadata = JSON.parse(xdgUrlHandler.getMetadata());
var messages = { var messages = {
'download_success': 'Download successfull', 'success_download': 'Download successfull',
'install_success': 'Installation successfull', 'success_install': 'Installation successfull',
'validation_error': 'Invalid XDG-URL', 'error_validation': 'Validation error',
'network_error': 'Download failed', 'error_network': 'Network error',
'filetype_error': 'Incorrect file type', 'error_filetype': 'File type error',
'save_error': 'Saving file failed', 'error_save': 'Saving file failed',
'install_error': 'Installation failed' 'error_install': 'Installation failed'
}; };
if (result.success) { if (result.success) {
infoDialog.text infoDialog.text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment