renamed close button
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Mon, 4 May 2020 06:09:30 +0000 (08:09 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Mon, 4 May 2020 06:09:30 +0000 (08:09 +0200)
web/briskin5/briskin5.js

index 9bd4a29..bdbf6eb 100644 (file)
@@ -356,7 +356,7 @@ function act_preferences_update()
     if (preferences.deck != preferences.deck_old) {
         // FIXME: with dynamic text
         x = new notify(gst,'<br/>Per rendere visibile il nuovo mazzo di carte<br/><br/>occorre fare reload della pagina.',
     if (preferences.deck != preferences.deck_old) {
         // FIXME: with dynamic text
         x = new notify(gst,'<br/>Per rendere visibile il nuovo mazzo di carte<br/><br/>occorre fare reload della pagina.',
-                       0, "Close", 400, 110);
+                       0, "Chiudi", 400, 110);
     }
     preferences_showhide();
 }
     }
     preferences_showhide();
 }