mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix a typo.
This commit is contained in:
parent
45bbd12c02
commit
a02f7dc89b
1 changed files with 2 additions and 2 deletions
|
@ -168,8 +168,8 @@ class BaseSolverDialog:
|
|||
return
|
||||
hints_len = len(solver.hints)-1
|
||||
if hints_len > 0:
|
||||
t = ungettext('This game is solveable in %d move.',
|
||||
'This game is solveable in %d moves.',
|
||||
t = ungettext('This game is solvable in %d move.',
|
||||
'This game is solvable in %d moves.',
|
||||
hints_len) % hints_len
|
||||
self.result_label['text'] = t
|
||||
self.play_button.config(state='normal')
|
||||
|
|
Loading…
Add table
Reference in a new issue