Tooltip capitalization fix

github/fork/yochananmarqos/patch-1
Gonçalo Silva 2019-04-19 11:21:53 +01:00
parent e76b85e837
commit f6c62fb459
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ def buttons(app):
btn.open_recent.pack_start(open_button, False, False, 0)
btn.open_recent.pack_end(recents_button, False, False, 0)
btn.search.set_tooltip_text(_("Search and replace"))
btn.search.set_tooltip_text(_("Search and Replace"))
btn.menu.set_tooltip_text(_("Menu"))
btn.menu.set_image(Gtk.Image.new_from_icon_name("open-menu-symbolic",
Gtk.IconSize.BUTTON))