diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2026-03-16 06:38:57 +0300 |
|---|---|---|
| committer | Fat-Zer <fatzer2@gmail.com> | 2026-03-17 03:31:24 +0000 |
| commit | 06fc4cf2b1fc36d3baa64e24ec871918d112d7c5 (patch) | |
| tree | a6d86f15a072f20ff272923ec65df26cd2dd51e2 | |
| parent | 8592b9c984c903891cb5bd1882eaf671b42c82af (diff) | |
| download | soundkonverter-master.tar.gz soundkonverter-master.zip | |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index a06d59d..ac7fad0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -9,7 +9,9 @@ #include <tdelocale.h> static const char description[] = - I18N_NOOP("soundKonverter is a frontend to various audio converters, Replay Gain tools and CD rippers.\n\nPlease file bug reports at https://bugs.launchpad.net/ubuntu/+source/soundkonverter\nor simply send me a mail to hessijames@gmail.com"); + I18N_NOOP("soundKonverter is a frontend to various audio converters, Replay Gain tools and CD rippers.\n" + "\n" + "Please file bug reports at https://mirror.git.trinitydesktop.org/gitea/TDE/soundkonverter/issues."); static const char version[] = "0.3.8"; |
