On Sun, Feb 22, 2026 at 1:18 PM Sven Schreiber
<sven.schreiber(a)fu-berlin.de> wrote:
in lib/src/graphing.c, the following line's string needs to be marked
for translation I guess:
title = g_strdup_printf("%s by group", gname)
Is it enough to replace the quoted string with _("%s by group") in this
case?
Yes, that's sufficient.
Allin