diff options
| author | erri120 <erri120@users.noreply.github.com> | 2019-08-14 15:38:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-14 15:38:31 +0000 |
| commit | 3ca0a9fe1e7b751ecda37de53f9a01c88fcb576c (patch) | |
| tree | 16ad9bed49fc2e214a38beffcdb44225b6a386ea | |
| parent | a7df11a31d684cfc341fc401dc3a9449f2538084 (diff) | |
Updated string of the hideAPICounterBox
The api counter box is in the bottom right corner since the last update. This change reflects that.
| -rw-r--r-- | src/settingsdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index e011542e..660cae92 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -718,10 +718,10 @@ p, li { white-space: pre-wrap; } <item row="1" column="1"> <widget class="QCheckBox" name="hideAPICounterBox"> <property name="toolTip"> - <string><html><head/><body><p>By default, a counter is displayed under the mod list. This informs the user of their remaining API requests. The Nexus API becomes unusable once these API requests run out. Checking this option will hide that counter.</p></body></html></string> + <string><html><head/><body><p>By default, a counter is displayed in the bottom right corner. This informs the user of their remaining API requests. The Nexus API becomes unusable once these API requests run out. Checking this option will hide that counter.</p></body></html></string> </property> <property name="whatsThis"> - <string><html><head/><body><p>By default, a counter is displayed under the mod list. This informs the user of their remaining API requests. The Nexus API becomes unusable once these API requests run out. Checking this option will hide that counter.</p></body></html></string> + <string><html><head/><body><p>By default, a counter is displayed in the bottom right corner. This informs the user of their remaining API requests. The Nexus API becomes unusable once these API requests run out. Checking this option will hide that counter.</p></body></html></string> </property> <property name="text"> <string>Hide API Request Counter</string> |
