mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-05-06 07:37:58 +02:00
This commit is contained in:
@@ -968,7 +968,7 @@ static int SetTranslatableVariable(SysVar *v, Value *value)
|
||||
|
||||
static int GetTranslatableVariable(SysVar *v, Value *value)
|
||||
{
|
||||
char const *translated = t((char const *) v->value);
|
||||
char const *translated = tr((char const *) v->value);
|
||||
if (translated) {
|
||||
value->v.str = StrDup(translated);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user