Am 23.02.2026 um 00:19 schrieb Cottrell, Allin:
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.
Ok, it's pushed, along with another string right next to it.
-s