diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-20 21:06:38 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-20 21:06:38 +0000 |
commit | 2477ab5553eabc6c4579cb23aba620ffc8cba228 (patch) | |
tree | 72d34d8135c6318130e9697b900507dace9cb035 /lib/tasks | |
parent | fdffdcf1abaa2cab903f1d32610eb562cdf53906 (diff) | |
download | gitlab-ce-2477ab5553eabc6c4579cb23aba620ffc8cba228.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/gettext.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/gettext.rake b/lib/tasks/gettext.rake index dfc0047e753..a192293fae6 100644 --- a/lib/tasks/gettext.rake +++ b/lib/tasks/gettext.rake @@ -94,7 +94,7 @@ namespace :gettext do if pot_diff.present? raise <<~MSG - Newly translated strings found, please add them to `#{pot_file}` by running: + Changes in translated strings found, please update file `#{pot_file}` by running: bin/rake gettext:regenerate |