summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-02-11 20:30:45 -0600
committerSilarn <jrim@rimpo.org>2019-02-18 21:31:21 -0600
commitf7d1ce1fae80e42141198547d6c54689e085327f (patch)
treef9b111e3fe7f09ad9e5139401dec19c6cc1bea76 /src/mainwindow.ui
parent2b9d2f32fbbc576c9367a24c0347e5870ff20117 (diff)
Small updates, cleanup, update code, cache settings, tooltips
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index ad6b3e38..5ac8f092 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -550,10 +550,10 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QLabel" name="apiRequests">
<property name="toolTip">
- <string>API Queued and Remaining Requests</string>
+ <string>Nexus API Queued and Remaining Requests</string>
</property>
<property name="whatsThis">
- <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This tracks the number of queued Nexus API requests on the left (&lt;span style=&quot; font-weight:600;&quot;&gt;Q&lt;/span&gt;) and the remaining daily (&lt;span style=&quot; font-weight:600;&quot;&gt;D&lt;/span&gt;) and hourly (&lt;span style=&quot; font-weight:600;&quot;&gt;H&lt;/span&gt;) requests on the right. The Nexus API limits you to a pool of &lt;span style=&quot; font-weight:600;&quot;&gt;2500&lt;/span&gt; requests per day and &lt;span style=&quot; font-weight:600;&quot;&gt;100&lt;/span&gt; requests per hour. It is dynamically updated every time a request is completed. If you exceed this limit, you will be unable to queue downloads, check updates, parse mod info, or even log in.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This tracks the number of queued Nexus API requests on the left (&lt;span style=&quot; font-weight:600;&quot;&gt;Q&lt;/span&gt;) and the remaining daily (&lt;span style=&quot; font-weight:600;&quot;&gt;D&lt;/span&gt;) and hourly (&lt;span style=&quot; font-weight:600;&quot;&gt;H&lt;/span&gt;) requests on the right. The Nexus API limits you to a pool of requests per day and requests per hour. It is dynamically updated every time a request is completed. If you run out of requests, you will be unable to queue downloads, check updates, parse mod info, or even log in. Both pools must be consumed before this happens.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>