summaryrefslogtreecommitdiff
path: root/MakingPlugins.md
diff options
context:
space:
mode:
Diffstat (limited to 'MakingPlugins.md')
-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.