i18n: unify FileDialog wildcard string annotations
This commit is contained in:
@@ -115,7 +115,7 @@ class ItemParams(wx.Panel):
|
||||
|
||||
with wx.FileDialog(
|
||||
self, _t("Save CSV file"), "", exportFileName,
|
||||
_t("CSV files (*.csv)|*.csv"), wx.FD_SAVE | wx.FD_OVERWRITE_PROMPT
|
||||
_t("CSV files") + " (*.csv)|*.csv", wx.FD_SAVE | wx.FD_OVERWRITE_PROMPT
|
||||
) as dlg:
|
||||
|
||||
if dlg.ShowModal() == wx.ID_CANCEL:
|
||||
|
||||
Reference in New Issue
Block a user