diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2020-02-28 08:03:25 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2020-02-28 08:03:25 +0300 |
| commit | 4e74da590ee935c2187dd02f6c2b312680065f13 (patch) | |
| tree | 6b1912724386957b3c45638bb565603d2eab0850 /plugins/af_readability/init.php | |
| parent | bdb1e475e72d985065b564ccb8bba8576ac4f614 (diff) | |
af_readability: allow get full text button to work as a toggle; in cdm, scroll to article after embedding
Diffstat (limited to 'plugins/af_readability/init.php')
| -rwxr-xr-x | plugins/af_readability/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/af_readability/init.php b/plugins/af_readability/init.php index ef7809d3f..9c62a4772 100755 --- a/plugins/af_readability/init.php +++ b/plugins/af_readability/init.php @@ -53,7 +53,7 @@ class Af_Readability extends Plugin { function hook_article_button($line) { return "<i class='material-icons' onclick=\"Plugins.Af_Readability.embed(".$line["id"].")\" - style='cursor : pointer' title='".__('Get full article text')."'>description</i>"; + style='cursor : pointer' title='".__('Toggle full article text')."'>description</i>"; } function hook_prefs_tab($args) { |