Skip to content

Commit

Permalink
Fixed non-standard tooltip stylesheet (#7679)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Nov 8, 2023
1 parent ebabda8 commit 9c950e8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/tribler/gui/i18n/es_ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@ Alto anonimato</translation>
</message>
<message>
<location filename="../qt_resources/torrents_list.ui" line="269"/>
<source>This page show the list of popular torrents collected by Tribler during the last 24 hours.</source>
<source>This page shows the list of popular torrents collected by Tribler during the last 24 hours.</source>
<translation>Esta página muestra la lista de torrents populares recopilados por Tribler durante las últimas 24 horas.</translation>
</message>
<message>
Expand Down
4 changes: 2 additions & 2 deletions src/tribler/gui/i18n/pt_BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</message>
<message>
<location filename="../tribler_window.py" line="451"/>
<source>This page show the list of popular torrents collected by Tribler during the last 24 hours.</source>
<source>This page shows the list of popular torrents collected by Tribler during the last 24 hours.</source>
<translation type="obsolete">Essa página mostra uma lista de torrents populares coletados no Tibler nas últimas 24 horas.</translation>
</message>
<message>
Expand Down Expand Up @@ -2709,7 +2709,7 @@ High anonymity</source>
</message>
<message>
<location filename="../qt_resources/torrents_list.ui" line="269"/>
<source>This page show the list of popular torrents collected by Tribler during the last 24 hours.</source>
<source>This page shows the list of popular torrents collected by Tribler during the last 24 hours.</source>
<translation type="unfinished">Essa página mostra uma lista de torrents populares coletados no Tibler nas últimas 24 horas.</translation>
</message>
<message>
Expand Down
4 changes: 2 additions & 2 deletions src/tribler/gui/i18n/ru_RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</message>
<message>
<location filename="../tribler_window.py" line="451"/>
<source>This page show the list of popular torrents collected by Tribler during the last 24 hours.</source>
<source>This page shows the list of popular torrents collected by Tribler during the last 24 hours.</source>
<translation type="obsolete">Эта страница показывает список популярных торрентов обнаруженных Tribler за последние 24 часа.</translation>
</message>
<message>
Expand Down Expand Up @@ -2375,7 +2375,7 @@ High anonymity</source>
</message>
<message>
<location filename="../qt_resources/torrents_list.ui" line="269"/>
<source>This page show the list of popular torrents collected by Tribler during the last 24 hours.</source>
<source>This page shows the list of popular torrents collected by Tribler during the last 24 hours.</source>
<translation>Эта страница показывает список популярных торрентов обнаруженных Tribler за последние 24 часа.</translation>
</message>
<message>
Expand Down
4 changes: 2 additions & 2 deletions src/tribler/gui/i18n/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</message>
<message>
<location filename="../tribler_window.py" line="451"/>
<source>This page show the list of popular torrents collected by Tribler during the last 24 hours.</source>
<source>This page shows the list of popular torrents collected by Tribler during the last 24 hours.</source>
<translation type="obsolete">此页面显示 Tribler 最近 24 小时收集到的流行种子列表。</translation>
</message>
<message>
Expand Down Expand Up @@ -2385,7 +2385,7 @@ High anonymity</source>
</message>
<message>
<location filename="../qt_resources/torrents_list.ui" line="269"/>
<source>This page show the list of popular torrents collected by Tribler during the last 24 hours.</source>
<source>This page shows the list of popular torrents collected by Tribler during the last 24 hours.</source>
<translation type="unfinished">此页面显示 Tribler 最近 24 小时收集到的流行种子列表。</translation>
</message>
<message>
Expand Down
8 changes: 1 addition & 7 deletions src/tribler/gui/qt_resources/torrents_list.ui
Original file line number Diff line number Diff line change
Expand Up @@ -266,13 +266,7 @@ color: #B5B5B5;</string>
</font>
</property>
<property name="toolTip">
<string>This page show the list of popular torrents collected by Tribler during the last 24 hours.</string>
</property>
<property name="styleSheet">
<string notr="true">border: 1px solid white;
color: white;
border-radius: 10px;
</string>
<string>This page shows the list of popular torrents collected by Tribler during the last 24 hours.</string>
</property>
<property name="text">
<string>i</string>
Expand Down

0 comments on commit 9c950e8

Please sign in to comment.