Skip to content

Commit

Permalink
FileFormats: update file format name
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgit committed Dec 3, 2021
1 parent a00b5de commit 5edc489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/file_format_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class FileFormats
static constexpr const char *allFiles = QT_TRANSLATE_NOOP("FileFormats", "All Files (*.*)");
static constexpr const char *odsFormat = QT_TRANSLATE_NOOP("FileFormats", "OpenDocument Sheet (*.ods)");
static constexpr const char *odtFormat = QT_TRANSLATE_NOOP("FileFormats", "OpenDocument Text (*.odt)");
static constexpr const char *tttFormat = QT_TRANSLATE_NOOP("FileFormats", "Train Timetable Session (*.ttt)");
static constexpr const char *tttFormat = QT_TRANSLATE_NOOP("FileFormats", "MRTPlanner Session (*.ttt)");
static constexpr const char *sqliteFormat = QT_TRANSLATE_NOOP("FileFormats", "SQLite 3 Database (*.db *.sqlite *.sqlite3 *.db3)");
static constexpr const char *svgFile = QT_TRANSLATE_NOOP("FileFormats", "SVG vectorial image (*.svg)");
static constexpr const char *pdfFile = QT_TRANSLATE_NOOP("FileFormats", "Portable Document Format (*.pdf)");
Expand Down

0 comments on commit 5edc489

Please sign in to comment.