From 6478612e6fe6ea5630aaee6e873d2a37d05e46fa Mon Sep 17 00:00:00 2001 From: jrd Date: Fri, 17 Jul 2026 21:33:29 +0000 Subject: [PATCH] docs/TRANSLATING.md: fix translators-list file reference The list lives in src/util.cpp (CAboutDlg constructor), not src/utils.h. Co-Authored-By: Claude Fable 5 --- docs/TRANSLATING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TRANSLATING.md b/docs/TRANSLATING.md index 64cbf96d41..24f14d091d 100644 --- a/docs/TRANSLATING.md +++ b/docs/TRANSLATING.md @@ -334,7 +334,7 @@ To add a new translation to the Installer (while undertaking the above steps wit Start translating the new language using Hosted Weblate or Git (as described in the first section of this guide). If you plan to work on the translation for a longer period, please contact the administrators to be invited to the Jamulus organisation as well as translators channel on Discord or Matrix. -Since every contributor can and should be added to the in-app contributor list, please remind us to add you to the `src/utils.h` file as translator or open a pull request yourself. +Since every contributor can and should be added to the in-app contributor list, please remind us to add you to the translators list in `src/util.cpp` (in `CAboutDlg::CAboutDlg()`) or open a pull request yourself. ---