From 7394ed798f10e859dc2fe2a6d1377cfc03b8a59a Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Mon, 4 May 2020 08:09:30 +0200 Subject: [PATCH] renamed close button --- web/briskin5/briskin5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/briskin5/briskin5.js b/web/briskin5/briskin5.js index 9bd4a29..bdbf6eb 100644 --- a/web/briskin5/briskin5.js +++ b/web/briskin5/briskin5.js @@ -356,7 +356,7 @@ function act_preferences_update() if (preferences.deck != preferences.deck_old) { // FIXME: with dynamic text x = new notify(gst,'
Per rendere visibile il nuovo mazzo di carte

occorre fare reload della pagina.', - 0, "Close", 400, 110); + 0, "Chiudi", 400, 110); } preferences_showhide(); } -- 2.17.1