summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 1d7d5cf..a0d4a95 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -19,6 +19,8 @@ ALTER TABLE Users ADD COLUMN PGPKey VARCHAR(40) NULL DEFAULT NULL;
5. Upgrade to PHP>=5.4.0 or enable "short_open_tag" in "php.ini".
+6. Install translations by running `make install` in "po/".
+
From 1.9.0 to 1.9.1
-------------------