Skip to content

Commit

Permalink
Rename recent connections header (#2364)
Browse files Browse the repository at this point in the history
I hope this makes things clearer and avoids confusion due to the change from 2.3 to 2.4.

Closes #2328
  • Loading branch information
cschramm authored and infirit committed Sep 19, 2024
1 parent c380ebd commit f0b2f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueman/plugins/applet/RecentConns.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def _rebuild_menu(self) -> None:
menu: "Menu" = self.parent.Plugins.Menu
self._mitems: List[MenuItem] = []
menu.unregister(self)
menu.add(self, 52, text=_("Recent _Connections"), icon_name="document-open-recent-symbolic",
menu.add(self, 52, text=_("Reconnect to…"), icon_name="document-open-recent-symbolic",
sensitive=False, callback=lambda: None)
for (idx, item) in enumerate(self.__menuitems):
self._mitems.append(menu.add(self, (53, idx), **item))
Expand Down

0 comments on commit f0b2f80

Please sign in to comment.