Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrwnh <a@trwnh.com>2019-09-07 14:35:18 +0300
committerGitHub <noreply@github.com>2019-09-07 14:35:18 +0300
commit7d614f86a586e9fd9008ab1c55a20eb6847f405e (patch)
tree2d7e2d53c337a9ba643ca833caa9087d55c8e781
parent4a12b527628c3f922a278da671b9cdc078e3e93e (diff)
Update SettingsDialog.vala
-rw-r--r--src/Widgets/SettingsDialog.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Widgets/SettingsDialog.vala b/src/Widgets/SettingsDialog.vala
index ad9b1fa1..72798f0f 100644
--- a/src/Widgets/SettingsDialog.vala
+++ b/src/Widgets/SettingsDialog.vala
@@ -159,7 +159,7 @@ public class FeedReader.SettingsDialog : Gtk.Dialog {
var service_settings = headline(_("Additional Functionality:"));
- var grabber = new SettingSwitch(_("Content Grabber"), Settings.general(),"content-grabber");
+ var grabber = new SettingSwitch(_("Download Full Text"), Settings.general(),"content-grabber");
var images = new SettingSwitch(_("Download Images"), Settings.general(),"download-images");