Malgrandaj redaktoj

This commit is contained in:
1010 2024-03-11 06:08:13 +00:00
parent 889122ca46
commit bebb2cc302
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from Crypto.Random import get_random_bytes
from Crypto.Util.Padding import pad
t = gettext.translation(
'secreto',
'sekreto',
'/usr/share/locale/',
fallback=True,
)
@ -65,7 +65,7 @@ while True:
print(_(" [0]: Eliri"))
print()
choice = input("Secreto:~$ ")
choice = input("Sekreto:~$ ")
if choice == "1":
secret = input(_("Sekreta mesaĝo: "))
password = input(_("Pasvorto: "))