212
212
""" Right context menu -> Diff """
217
227
def bookmark(self, action):
218
228
""" Right context menu -> Bookmark """
220
230
info_dialog(_('Bookmark successfully added'),
221
231
_('The current directory was bookmarked. You can reach\nit by selecting it from the left panel.'))
223
234
warning_dialog(_('Location already bookmarked'),
224
235
_('The current directory is already bookmarked.\nSee the left panel for reference.'))