Fix import and export "not implemented" message

This commit is contained in:
Josuan Albin
2017-11-03 11:07:18 +01:00
parent 4ff26bb5ad
commit 32b4588ec5
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
params ["_display"];
[_display, localize "Not implemented"] call FUNC(message);
[_display, "Not implemented"] call FUNC(message);

View File

@ -2,4 +2,4 @@
params ["_display"];
[_display, localize "Not implemented"] call FUNC(message);
[_display, "Not implemented"] call FUNC(message);