Huidae Cho 5 anni fa
parent
commit
0373a92095
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      gui/wxpython/nviz/tools.py

+ 1 - 1
gui/wxpython/nviz/tools.py

@@ -2482,7 +2482,7 @@ class NvizToolWindow(FN.FlatNotebook):
                     "Do you want to record new animation without saving the previous one?")
                 dlg = wx.MessageDialog(parent=self,
                                        message=msg,
-                                       caption=_("Animation already axists"),
+                                       caption=_("Animation already exists"),
                                        style=wx.YES_NO | wx.CENTRE)
                 if dlg.ShowModal() == wx.ID_NO:
                     dlg.Destroy()