Skip to content

Commit 1d1c621

Browse files
committed
[GraphView] update Russian translation and template
1 parent e55a072 commit 1d1c621

File tree

4 files changed

+135
-102
lines changed

4 files changed

+135
-102
lines changed

GraphView/graphview.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,9 +1054,9 @@ def load_bookmarks(self):
10541054
row.show_all()
10551055
self.bkmark_popover.show_other_panel(True)
10561056

1057-
self.bkmark_popover.main_panel.set_progress(0, 'found: %s' % count)
1057+
self.bkmark_popover.main_panel.set_progress(0, _('found: %s') % count)
10581058
self.bkmark_popover.other_panel.set_progress(
1059-
0, 'found: %s' % count_other)
1059+
0, _('found: %s') % count_other)
10601060

10611061
# set tooltip for "add_bkmark" button
10621062
self.add_bkmark.hide()

0 commit comments

Comments
 (0)