Minor change to displayed strings, adding space after sentences

When the string definition in the code is concatenated, there is no space
between sentences.
This commit is contained in:
Paul Schulz 2022-03-04 16:12:34 +10:30
parent 2ed0969574
commit dbe2180773
2 changed files with 16 additions and 18 deletions

View file

@ -43,4 +43,3 @@ main (int argc, char **argv) {
g_object_unref (app); g_object_unref (app);
return stat; return stat;
} }

View file

@ -47,4 +47,3 @@ main (int argc, char **argv) {
g_object_unref (app); g_object_unref (app);
return stat; return stat;
} }