Skip to content

Commit 73e75e8

Browse files
committed
Rename recent connections header
I hope this makes things clearer and avoids confusion due to the change from 2.3 to 2.4. Closes blueman-project#2328
1 parent c326789 commit 73e75e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueman/plugins/applet/RecentConns.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def _rebuild_menu(self) -> None:
185185
menu: "Menu" = self.parent.Plugins.Menu
186186
self._mitems: List[MenuItem] = []
187187
menu.unregister(self)
188-
menu.add(self, 52, text=_("Recent _Connections"), icon_name="document-open-recent-symbolic",
188+
menu.add(self, 52, text=_("Reconnect to…"), icon_name="document-open-recent-symbolic",
189189
sensitive=False, callback=lambda: None)
190190
for (idx, item) in enumerate(self.__menuitems):
191191
self._mitems.append(menu.add(self, (53, idx), **item))

0 commit comments

Comments
 (0)