diff options
-rw-r--r-- | systemadm.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemadm.vala b/systemadm.vala index de2fa3ae9c..83d6f8f6f4 100644 --- a/systemadm.vala +++ b/systemadm.vala @@ -103,7 +103,7 @@ public class MainWindow : Window { private ComboBox unit_type_combo_box; public MainWindow() throws DBus.Error { - title = "systemadm"; + title = session ? "systemd Session Manager" : "systemd System Manager"; position = WindowPosition.CENTER; set_default_size(1000, 700); set_border_width(12); |