- updated the language strings

This commit is contained in:
Marius Stanciu
2022-04-30 18:42:31 +03:00
committed by Marius
parent 708102d581
commit b9edac24e8
23 changed files with 18620 additions and 18476 deletions

View File

@@ -2745,7 +2745,7 @@ class App(QtCore.QObject):
if cleanup is None:
msgbox = FCMessageBox(parent=self.ui)
title = _("Exit Editor")
txt = _("Do you want to save the edited object?")
txt = _("Do you want to save the changes?")
msgbox.setWindowTitle(title) # taskbar still shows it
msgbox.setWindowIcon(QtGui.QIcon(self.resource_location + '/app128.png'))
msgbox.setText('<b>%s</b>' % title)