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 {
}
if (file && startLine) {
return sprintf(__('%{file} (line: %{startLine})'), { file, startLine });
return `${file} ${sprintf(__('(line: %{startLine})'), { startLine })}`;
}
return file;
......
......@@ -367,9 +367,6 @@ msgstr ""
msgid "%{filePath} deleted"
msgstr ""
msgid "%{file} (line: %{startLine})"
msgstr ""
msgid "%{firstLabel} +%{labelCount} more"
msgstr ""
......@@ -755,6 +752,9 @@ msgstr ""
msgid "(external source)"
msgstr ""
msgid "(line: %{startLine})"
msgstr ""
msgid "(removed)"
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