Skip to content

Commit

Permalink
Compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Dec 4, 2024
1 parent 36c090d commit f68ba16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i18n_review.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@ namespace i18n_check
.wc_str(),
#else
L"Context string is considerable long. Are the context and string "
"arguments possibly transposed?";
"arguments possibly transposed?",
#endif
std::wstring{}, true),
m_file_name, get_line_and_column(currentTextPos - m_file_start));
Expand All @@ -1603,7 +1603,7 @@ namespace i18n_check
.wc_str(),
#else
L"First argument to wxGetTranslation() should not "
"be a literal string.";
"be a literal string.",
#endif
std::wstring{}, true),
m_file_name, get_line_and_column(currentTextPos - m_file_start));
Expand Down

0 comments on commit f68ba16

Please sign in to comment.