Browse Source

Correct naming and small style fix

tags/2.2.0RC2
Safihre 8 years ago
parent
commit
4d0cf8d45f
  1. 1
      interfaces/Config/templates/staticcfg/css/style.css
  2. 5
      po/main/en.po

1
interfaces/Config/templates/staticcfg/css/style.css

@ -619,7 +619,6 @@ h2.activeRSS {
padding: 0 0 .5em;
}
.feed-row div {
padding-right: 10px;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;

5
po/main/en.po

@ -108,3 +108,8 @@ msgstr "Support the project, donate!"
msgid "%d files with duplicate filenames were discared for "%s". Enable "allow_duplicate_files" to allow duplicate filenames."
msgstr "%d files with duplicate filenames were discarded for "%s". Enable "allow_duplicate_files" to allow duplicate filenames."
msgid "User script can flag job as failed"
msgstr "Post-processing script can flag job as failed"
msgid "When the user script returns a non-zero exit code, the job will be flagged as failed."
msgstr "When the post-processing script returns a non-zero exit code, the job will be flagged as failed."

Loading…
Cancel
Save