summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-03-05 07:31:43 +0000
committerfox <[email protected]>2019-03-05 07:31:43 +0000
commit2ba403edc7ebcd60e42df677ab9af5dbbcac32ee (patch)
tree79c0400e4f5f91017042e9f1066be6421412a418
parent281bab27ed01f5b98c66d71e93ff8bdc8f41c7c5 (diff)
Update page 'MakingPlugins'
-rw-r--r--MakingPlugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/MakingPlugins.md b/MakingPlugins.md
index 3cc7cce..f8052c7 100644
--- a/MakingPlugins.md
+++ b/MakingPlugins.md
@@ -24,5 +24,5 @@ See ``time_to_read`` plugin for a complete example here: https://git.tt-rss.org/
### Using gettext
- On the PHP side, either use helper methods defined in ``classes/plugin.php`` (base class for all plugins) or call ``_dgettext`` group of functions directly.
-- On the Javascript side, translations are combined together, so you can use the usual ``__()`` shortcut function.
+- On the Javascript side, all translations are merged so you can use the usual ``__()`` shortcut function.