diff options
-rw-r--r-- | src/profile.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profile.vala b/src/profile.vala index 4590e7c..be7863e 100644 --- a/src/profile.vala +++ b/src/profile.vala @@ -177,6 +177,7 @@ class Profile: Object } builder.add ("{sv}", "title", new Variant.string (_("Bluetooth"))); + builder.add ("{sv}", "tooltip", new Variant.string (_("Bluetooth status & device connections"))); return builder.end (); } |