service: Don’t use G_GINT64_FORMAT in a translatable string
xgettext can’t understand it, and messes up extracting the translatable string. Instead, pre-format the number as a string and substitute that.
Signed-off-by: Philip Withnall withnall@endlessm.com
Fixes: #3 (closed)