Browse Source

Fix wrong field for translation comment

The `comment` field is used for disambiguation between identical
strings. Our case here should use the `extracomment` field which
meant as comment for translators.
adaptive-webui-19844
Chocobo1 5 years ago
parent
commit
071ffd13de
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/gui/rss/automatedrssdownloader.ui

2
src/gui/rss/automatedrssdownloader.ui

@ -251,7 +251,7 @@ Supports the formats: S01E01, 1x1, 2017.01.01 and 01.01.2017 (Date formats also @@ -251,7 +251,7 @@ Supports the formats: S01E01, 1x1, 2017.01.01 and 01.01.2017 (Date formats also
<item>
<widget class="QLabel" name="lblIgnoreDays">
<property name="text">
<string comment="... X days">Ignore Subsequent Matches for (0 to Disable)</string>
<string extracomment="... X days">Ignore Subsequent Matches for (0 to Disable)</string>
</property>
</widget>
</item>

Loading…
Cancel
Save