aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-09-01 22:00:43 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-09-01 22:00:43 +0200
commit710c133e9453201e4a3a4f7e18fe5aed899eba85 (patch)
tree8b514e0384db8739648c75cb49aa8ce5c2bf88f0
parenta683585956ed358e82a3d1cc815e8cfcf9d6ad86 (diff)
parentf47463e4da9d0ee9cbd4988fba98597cbc385b21 (diff)
downloadayatana-indicator-bluetooth-710c133e9453201e4a3a4f7e18fe5aed899eba85.tar.gz
ayatana-indicator-bluetooth-710c133e9453201e4a3a4f7e18fe5aed899eba85.tar.bz2
ayatana-indicator-bluetooth-710c133e9453201e4a3a4f7e18fe5aed899eba85.zip
Merge branch 'sunweaver-pr/tooltip-support'
Attributes GH PR #43: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/43
-rw-r--r--src/profile.vala1
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 ();
}