typo fixed
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Mon, 4 May 2020 06:23:21 +0000 (08:23 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Mon, 4 May 2020 06:23:21 +0000 (08:23 +0200)
web/briskin5/briskin5.js

index 5d52931..d66c379 100644 (file)
@@ -360,7 +360,7 @@ function act_preferences_update()
     preferences_update();
     if (preferences.deck != preferences.deck_old) {
         // FIXME: with dynamic text
-        x = new notify(gst, mlang_briskin5['deckreload'],
+        x = new notify(gst, mlang_briskin5['deckreload'][g_lang],
                        0, mlang_briskin5['close_btn'][g_lang], 400, 110);
     }
     preferences_showhide();