X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/a5c8699d09440bf7ceb9b3402b21aee555e45098..48254848ab0cbe2a9ed0549ecc997c17aa7a925f:/src/main.c diff --git a/src/main.c b/src/main.c index 7bb15dfd..899548cb 100644 --- a/src/main.c +++ b/src/main.c @@ -98,7 +98,7 @@ static gboolean version = FALSE; static GOptionEntry entries[] = { - { "version", 'v', 0, G_OPTION_ARG_NONE, &version, "Show version", NULL }, + { "version", 'v', 0, G_OPTION_ARG_NONE, &version, N_("Show version"), NULL }, { NULL } };