Commit 5f1bc407 authored by Alexander Turinske's avatar Alexander Turinske

Update pot file

- improve localized string to be less ambiguous
parent 6b7f6a55
...@@ -141,7 +141,7 @@ export default { ...@@ -141,7 +141,7 @@ export default {
} }
if (file && startLine) { if (file && startLine) {
return sprintf(__('%{file} (line: %{startLine})'), { file, startLine }); return `${file} ${sprintf(__('(line: %{startLine})'), { startLine })}`;
} }
return file; return file;
......
...@@ -367,9 +367,6 @@ msgstr "" ...@@ -367,9 +367,6 @@ msgstr ""
msgid "%{filePath} deleted" msgid "%{filePath} deleted"
msgstr "" msgstr ""
msgid "%{file} (line: %{startLine})"
msgstr ""
msgid "%{firstLabel} +%{labelCount} more" msgid "%{firstLabel} +%{labelCount} more"
msgstr "" msgstr ""
...@@ -755,6 +752,9 @@ msgstr "" ...@@ -755,6 +752,9 @@ msgstr ""
msgid "(external source)" msgid "(external source)"
msgstr "" msgstr ""
msgid "(line: %{startLine})"
msgstr ""
msgid "(removed)" msgid "(removed)"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment