malcontent-control: Fix an unterminated option entry array

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2021-10-07 14:43:02 +01:00
parent 33b0692896
commit 6115ebf119
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ mct_application_constructed (GObject *object)
N_("User to select in the UI"), N_("User to select in the UI"),
/* Translators: This is a placeholder for a command line argument value: */ /* Translators: This is a placeholder for a command line argument value: */
N_("USERNAME") }, N_("USERNAME") },
{ NULL, },
}; };
g_application_set_application_id (application, "org.freedesktop.MalcontentControl"); g_application_set_application_id (application, "org.freedesktop.MalcontentControl");