diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-08-14 13:35:28 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-08-14 13:35:28 +0200 |
commit | 4d97843f3cfe94a3061bcb03aa0da6876b026bea (patch) | |
tree | d78334ff5eaef2fbd6ff34a3ab8ae30550187da4 /locale/gitlab.pot | |
parent | 21a6898b10ed75f6260e72467b9e1f839d48456c (diff) | |
download | gitlab-ce-4d97843f3cfe94a3061bcb03aa0da6876b026bea.tar.gz |
Remove `\n` from translationsbvl-use-no-wrap-for-pot-file
They seem to confuse some translation tools and aren't rendered in
HTML anyway.
Diffstat (limited to 'locale/gitlab.pot')
-rw-r--r-- | locale/gitlab.pot | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index babef3ed0af..e60504e1395 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -1072,16 +1072,10 @@ msgstr "" msgid "Withdraw Access Request" msgstr "" -msgid "" -"You are going to remove %{group_name}.\n" -"Removed groups CANNOT be restored!\n" -"Are you ABSOLUTELY sure?" +msgid "You are going to remove %{group_name}. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?" msgstr "" -msgid "" -"You are going to remove %{project_name_with_namespace}.\n" -"Removed project CANNOT be restored!\n" -"Are you ABSOLUTELY sure?" +msgid "You are going to remove %{project_name_with_namespace}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?" msgstr "" msgid "You are going to remove the fork relationship to source project %{forked_from_project}. Are you ABSOLUTELY sure?" |