diff options
Diffstat (limited to 'js/Linear/DLSS.js')
-rw-r--r-- | js/Linear/DLSS.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Linear/DLSS.js b/js/Linear/DLSS.js index 89598080..c63a7a49 100644 --- a/js/Linear/DLSS.js +++ b/js/Linear/DLSS.js @@ -70,7 +70,7 @@ function DLSS() { } } if (ms!=ns||!okD) { - message(_("Matrix A is not square or D has wrong dimension")); + message("Matrix A is not square or D has wrong dimension"); } else { var tmpvar1 = check_io(this.model,this.graphics,in1,out,1,[]); this.model = tmpvar1[0]; |