diff options
| author | Rémi Verschelde | 2017-03-24 21:59:32 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-03-24 21:59:32 +0100 |
| commit | 1ed8caa1bbab7a03abc05fe56057f92cddcb89b6 (patch) | |
| tree | 219d6fff2eac8d45f044f469a4a413f6c80bdba2 /platform/uwp/export/export.cpp | |
| parent | 73eaf81c165e9379cee826a092dd612c4512c128 (diff) | |
| download | godot-1ed8caa1bbab7a03abc05fe56057f92cddcb89b6.tar.gz godot-1ed8caa1bbab7a03abc05fe56057f92cddcb89b6.tar.zst godot-1ed8caa1bbab7a03abc05fe56057f92cddcb89b6.zip | |
Diffstat (limited to 'platform/uwp/export/export.cpp')
| -rw-r--r-- | platform/uwp/export/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/uwp/export/export.cpp b/platform/uwp/export/export.cpp index a9b26056f..bef19d80a 100644 --- a/platform/uwp/export/export.cpp +++ b/platform/uwp/export/export.cpp @@ -1032,7 +1032,7 @@ void AppxPackager::finish() { Error err = read_cert_file(certificate_path, certificate_pass, &cert_file); if (err != OK) { - EditorNode::add_io_error(TTR("Couldn't read the certficate file. Are the path and password both correct?")); + EditorNode::add_io_error(TTR("Couldn't read the certificate file. Are the path and password both correct?")); package->close(); memdelete(package); package = NULL; |
