diff --git a/data/tiles/save-aspect/Taj_Mahal.jpg b/data/tiles/save-aspect/Taj_Mahal.jpg deleted file mode 100644 index 2bcc0ab6..00000000 Binary files a/data/tiles/save-aspect/Taj_Mahal.jpg and /dev/null differ diff --git a/po/it_pysol.po b/po/it_pysol.po index 55648bfa..1a0dcdb7 100644 --- a/po/it_pysol.po +++ b/po/it_pysol.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: it_pysol\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-12-10 10:19-0500\n" -"PO-Revision-Date: 2023-12-30 09:39-0500\n" +"PO-Revision-Date: 2024-01-15 22:58-0500\n" "Last-Translator: Giuliano Colla \n" "Language-Team: Italiano \n" "Language: it\n" @@ -5041,6 +5041,15 @@ msgstr "&File" msgid "R&ecent games" msgstr "Giochi r&ecenti" +msgid "&Clear recent games" +msgstr "" + +msgid "Clear recent games" +msgstr "" + +msgid "Clear the recent games list?" +msgstr "" + #: pysollib/ui/tktile/menubar.py:304 msgid "Select &random game" msgstr "Un gioco a &caso" diff --git a/pysollib/games/interlock.py b/pysollib/games/interlock.py index 79851e2f..f5a31070 100644 --- a/pysollib/games/interlock.py +++ b/pysollib/games/interlock.py @@ -262,7 +262,7 @@ class Sarlacc(Interlock): def createGame(self): lay, s = Layout(self), self.s w = (11 * lay.XS) + lay.XM - h = (4.5 * lay.YS) + (self.PLAYCARDS * lay.YOFFSET) + lay.YM + h = (3 * lay.YS) + (self.PLAYCARDS * lay.YOFFSET) + lay.YM self.setSize(w, h) self.min_rows = self.MAX_ROWS - 2