diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-07-22 14:42:58 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-09-01 21:59:22 +0200 |
| commit | f47463e4da9d0ee9cbd4988fba98597cbc385b21 (patch) | |
| tree | 8b514e0384db8739648c75cb49aa8ce5c2bf88f0 | |
| parent | a683585956ed358e82a3d1cc815e8cfcf9d6ad86 (diff) | |
| download | ayatana-indicator-bluetooth-f47463e4da9d0ee9cbd4988fba98597cbc385b21.tar.gz ayatana-indicator-bluetooth-f47463e4da9d0ee9cbd4988fba98597cbc385b21.tar.bz2 ayatana-indicator-bluetooth-f47463e4da9d0ee9cbd4988fba98597cbc385b21.zip | |
src/profile.vala: Add tooltip.
| -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 69de0c5..eb7d067 100644 --- a/src/profile.vala +++ b/src/profile.vala @@ -170,6 +170,7 @@ class Profile: Object builder.add ("{sv}", "accessible-desc", new Variant.string (a11y)); builder.add ("{sv}", "icon", icon.serialize()); builder.add ("{sv}", "title", new Variant.string (_("Bluetooth"))); + builder.add ("{sv}", "tooltip", new Variant.string (_("Bluetooth status & device connections"))); return builder.end (); } |
