aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-12-17 21:45:15 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-12-17 21:45:15 +0100
commit310d5a64ffcd64da0359dd4d497bf5d9e0c15192 (patch)
treecff6f238ad4d382f065b558a1ea39fa5f852a7fa /docs
parentea49b645f0369fc926eac5b61b1063058887a3d4 (diff)
parent3e29dc29fe73c1dacf21566c88ebe86ca46f537f (diff)
Merge branch 'FreshRSS/dev' into FreshRSS/master
Diffstat (limited to 'docs')
-rw-r--r--docs/en/developers/03_Backend/05_Extensions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/developers/03_Backend/05_Extensions.md b/docs/en/developers/03_Backend/05_Extensions.md
index fb85234c4..034328e07 100644
--- a/docs/en/developers/03_Backend/05_Extensions.md
+++ b/docs/en/developers/03_Backend/05_Extensions.md
@@ -216,7 +216,7 @@ The solution is to use the `Minz_Translate` class, which allows dynamic translat
- `gen.php` stores what is global to FreshRSS (gen for "general")
- `index.php` for the main page that lists feeds and the About page
- `install.php` contains strings related FreshRSS installation
-- `sub.php` for subscription management (sub for :subscription")
+- `sub.php` for subscription management (sub for "subscription")
This organization makes it possible to avoid a single huge translation file.