summaryrefslogtreecommitdiff
path: root/src/systemadm.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemadm.vala')
-rw-r--r--src/systemadm.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemadm.vala b/src/systemadm.vala
index eed46b57e9..a3068f157d 100644
--- a/src/systemadm.vala
+++ b/src/systemadm.vala
@@ -494,7 +494,7 @@ public class MainWindow : Window {
r += first ? "\n" : ",";
if (first) {
- r += word;
+ r += "<b>" + word + ":</b>";
first = false;
}