Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/tasks
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-21 00:06:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-21 00:06:38 +0300
commit2477ab5553eabc6c4579cb23aba620ffc8cba228 (patch)
tree72d34d8135c6318130e9697b900507dace9cb035 /lib/tasks
parentfdffdcf1abaa2cab903f1d32610eb562cdf53906 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/gettext.rake2
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