diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index b756e58a3690eb05ab12b0ca2e1c12c0b2d743d8..a593e0a52ebb6500fdeb13beec525ed7cb19669b 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -2842,7 +2842,7 @@ static struct config_string ConfigureNamesString[] =
 
 	{
 		{"event_source", PGC_POSTMASTER, LOGGING_WHERE,
-			gettext_noop("Sets the application name used to identify"
+			gettext_noop("Sets the application name used to identify "
 						 "PostgreSQL messages in the event log."),
 			NULL
 		},