diff options
| author | Silarn <jrim@rimpo.org> | 2019-01-28 19:48:28 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:28:26 -0600 |
| commit | 370e010a1adebf68efe5062c5d3a2ed8e048b654 (patch) | |
| tree | 6803ce9d959fbacadc176bb7a97b6c37c3671a01 /src | |
| parent | 4932c52136ce1c8a704c5322e26ca75e55726a15 (diff) | |
Fix a typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.ui | 4 |
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> |
