Marius Stanciu пре 6 година
родитељ
комит
fc6ae08011
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 2 2
      FlatCAMTranslation.py
  2. 1 0
      README.md

+ 2 - 2
FlatCAMTranslation.py

@@ -89,8 +89,8 @@ def on_language_apply_click(app, restart=False):
     if restart:
         msgbox = QtWidgets.QMessageBox()
         msgbox.setText(_("The application will restart."))
-        msgbox.setInformativeText('$s %s?' % _("Are you sure do you want to change the current language to"),
-                                  name.capitalize())
+        msgbox.setInformativeText('%s %s?' %
+                                  (_("Are you sure do you want to change the current language to"), name.capitalize()))
         msgbox.setWindowTitle(_("Apply Language ..."))
         msgbox.setWindowIcon(QtGui.QIcon('share/language32.png'))
         bt_yes = msgbox.addButton(_("Yes"), QtWidgets.QMessageBox.YesRole)

+ 1 - 0
README.md

@@ -13,6 +13,7 @@ CAD program, and create G-Code for Isolation routing.
 
 - more string changes
 - updated translation files
+- fixed a small bug
 
 13.09.2019