mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
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.
This commit is contained in:
parent
f4febb96b4
commit
071ffd13de
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ Supports the formats: S01E01, 1x1, 2017.01.01 and 01.01.2017 (Date formats also
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lblIgnoreDays">
|
<widget class="QLabel" name="lblIgnoreDays">
|
||||||
<property name="text">
|
<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>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue