1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Minor cleanup.

This commit is contained in:
Joe R 2024-01-15 23:15:50 -05:00
parent 5c4304ba44
commit 5ba38d0688
3 changed files with 11 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 KiB

View file

@ -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 <giuliano.colla@gmail.com>\n"
"Language-Team: Italiano <it@li.org>\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"

View file

@ -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