summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-01-28 19:48:28 -0600
committerSilarn <jrim@rimpo.org>2019-02-18 21:28:26 -0600
commit370e010a1adebf68efe5062c5d3a2ed8e048b654 (patch)
tree6803ce9d959fbacadc176bb7a97b6c37c3671a01
parent4932c52136ce1c8a704c5322e26ca75e55726a15 (diff)
Fix a typo
-rw-r--r--src/mainwindow.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 1aa7ce4c..758b1123 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 extracomment="API Queued Requests and Throttle Count">API Queued Requests and Throttle Count</string>
+ <string>API Queued Requests and Throttle Count</string>
</property>
<property name="whatsThis">
- <string>This tracks the number of queues Nexus API requests on the left and the current requests remaining before being throttled. You have 300 requests as a regular user and 600 as a premium user. These requests renew at the rate of one per second.</string>
+ <string>This tracks the number of queued Nexus API requests on the left and the current requests remaining before being throttled. You have 300 requests as a regular user and 600 as a premium user. These requests renew at the rate of one per second.</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>