Skip to content

Commit 8a16f27

Browse files
committed
Fix weird message
I noticed this because a translation update gave an error due to a mismatched final newline. I was not able to determine a reason to have the trailing newline or the trailing full stop, so I removed them.
1 parent b60a335 commit 8a16f27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emc/usr_intf/pncconf/pncconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ def load_config(self):
926926
raise UserWarning
927927
except :
928928
print(i,j,boardnum)
929-
self.warning_dialog(_("It seems data in this file is from too old of a version of PNCConf to continue.\n."),True)
929+
self.warning_dialog(_("It seems data in this file is from too old of a version of PNCConf to continue."),True)
930930
return True
931931
else:
932932
dialog.destroy()

0 commit comments

Comments
 (0)