Skip to content

Commit

Permalink
Update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Nov 10, 2024
1 parent 6102bb1 commit b6fcf81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/datamodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Contributors:
* Blake Madden - initial implementation
********************************************************************************/

/** @addtogroup Internationalization
@brief i18n classes.
@{*/
Expand Down
2 changes: 1 addition & 1 deletion tests/potests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ TEST_CASE("Printf c-format percentage", "[po][l10n]")
#: ../src/common/file.cpp:604
#, c-format
msgid "Volume %ld%%."
msgstr "Bolumena: %%%ld")";
msgstr "Bolumena: %%%ld.")";

po(code, L"");
po.review_strings([](size_t){}, [](size_t, const std::filesystem::path&){ return true; });
Expand Down

0 comments on commit b6fcf81

Please sign in to comment.