1
0
mirror of https://github.com/naruxde/revpipycontrol.git synced 2025-11-09 07:58:03 +01:00

Translation

This commit is contained in:
2017-07-03 10:40:22 +02:00
parent 7fc879bbe1
commit cdaff8fe4e
4 changed files with 84 additions and 51 deletions

View File

@@ -179,7 +179,7 @@ class RevPiPlcList(tkinter.Frame):
item = self.list_conn.get(item_index[0])
ask = tkmsg.askyesno(
_("Question"),
_("Do you really want to delete the selected connection '{}'"
_("Do you really want to delete the selected connection '{}'?"
"").format(item),
parent=self.master
)