File dia-translatable-empty-string.patch of Package dia
--- app/sheets.c +++ app/sheets.c @@ -450,7 +450,7 @@ return _("Programmed DiaObject"); default: g_assert_not_reached(); - return _(""); + return ""; } }
--- app/sheets.c +++ app/sheets.c @@ -450,7 +450,7 @@ return _("Programmed DiaObject"); default: g_assert_not_reached(); - return _(""); + return ""; } }