aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about.c b/src/about.c
index 4721ea0e..37b8e460 100644
--- a/src/about.c
+++ b/src/about.c
@@ -105,7 +105,7 @@ static void about_create(void)
gtk_box_pack_start(GTK_BOX(vbox), pixmap, FALSE, FALSE, 0);
label = gtk_label_new("Version " VERSION
- " (Build: " Xstr(BUILD_REVISION) ")");
+ " (Build " Xstr(BUILD_REVISION) ")");
gtk_label_set_selectable(GTK_LABEL(label), TRUE);
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);