summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-28 01:37:01 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-28 01:37:01 +0200
commit3bfd7490379a6b9b0b646e3669fdf29e843bc1c3 (patch)
tree57137e1d6368d5f15ea17b9b221ca263261492da /src
parente39a4db30975b2219c2bdf1201192c089f42498d (diff)
Even more eyecandy
Diffstat (limited to 'src')
-rw-r--r--src/fe-gtk/about.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/fe-gtk/about.c b/src/fe-gtk/about.c
index c576e900..156306bf 100644
--- a/src/fe-gtk/about.c
+++ b/src/fe-gtk/about.c
@@ -121,14 +121,14 @@ menu_about (GtkWidget * wid, gpointer sess)
 	/* label for additional info */
 	g_get_charset (&locale);
 	(snprintf) (buf, sizeof (buf),
-				"<b>Version</b>: "PACKAGE_VERSION"\n"
-				"<b>Compiled</b>: "__DATE__"\n"
+				"<b>Version:</b> "PACKAGE_VERSION"\n"
+				"<b>Compiled:</b> "__DATE__"\n"
 #ifdef WIN32
-				"<b>Portable Mode</b>: %s\n"
-				"<b>Build Type</b>: x%d\n"
+				"<b>Portable Mode:</b> %s\n"
+				"<b>Build Type:</b> x%d\n"
 #endif
-				"<b>OS</b>: %s\n"
-				"<b>Charset</b>: %s",
+				"<b>OS:</b> %s\n"
+				"<b>Charset:</b> %s",
 #ifdef WIN32
 				(portable_mode () ? "Yes" : "No"),
 				get_cpu_arch (),