aboutsummaryrefslogtreecommitdiff
path: root/src/colloquium.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2018-04-11 17:23:40 +0200
committerThomas White <taw@bitwiz.org.uk>2018-04-11 17:23:40 +0200
commit2cfad324a0e0efa1701bc3873368d2e786a113ba (patch)
tree79acde6c1ee17c30e1e3aa8d8d91dfb28e97e9fb /src/colloquium.c
parente70ccae390df02840b860119900bfc81871c62b2 (diff)
Fix translation options
Diffstat (limited to 'src/colloquium.c')
-rw-r--r--src/colloquium.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/colloquium.c b/src/colloquium.c
index de88fdb..2245306 100644
--- a/src/colloquium.c
+++ b/src/colloquium.c
@@ -109,6 +109,7 @@ static void about_sig(GSimpleAction *action, GVariant *parameter, gpointer vp)
gtk_about_dialog_set_copyright(GTK_ABOUT_DIALOG(window),
"© 2017-2018 Thomas White <taw@bitwiz.me.uk>");
gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(window),
+ /* Description of the program */
gettext("Narrative-based presentation system"));
gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(window),
"© 2017-2018 Thomas White <taw@bitwiz.me.uk>\n"