From de96a7f82e6c431000698704c771e655dd14af7e Mon Sep 17 00:00:00 2001 From: leela <52065244+leela52452@users.noreply.github.com> Date: Sun, 1 Sep 2019 07:04:19 +0000 Subject: typo family, added is it OK to replace other typos in this file --- src/Widgets/SettingsDialog.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Widgets/SettingsDialog.vala b/src/Widgets/SettingsDialog.vala index b9d8f77c..ad9b1fa1 100644 --- a/src/Widgets/SettingsDialog.vala +++ b/src/Widgets/SettingsDialog.vala @@ -115,7 +115,7 @@ public class FeedReader.SettingsDialog : Gtk.Dialog { ColumnView.get_default().reloadArticleView(); }); - var fontfamilly = new SettingFont(_("Font Familly"), Settings.general(), "font"); + var fontfamilly = new SettingFont(_("Font Family"), Settings.general(), "font"); fontfamilly.changed.connect(() => { ColumnView.get_default().reloadArticleView(); }); -- cgit v1.2.3