mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-05 14:47:25 +03:00
WebUI: revise Edit Category dialog button text
The generic "OK" is suitable for more scenarios.
This commit is contained in:
parent
83b0dd3026
commit
b84a51c76d
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@
|
|||
<label for="savePath" style="font-weight: bold;">QBT_TR(Save path:)QBT_TR[CONTEXT=TransferListWidget]</label>
|
||||
<input type="text" id="savePath" class="pathDirectory" style="width: 99%;">
|
||||
<div style="text-align: center; padding-top: 10px;">
|
||||
<input type="button" value="QBT_TR(Add)QBT_TR[CONTEXT=HttpServer]" id="categoryNameButton">
|
||||
<input type="button" value="QBT_TR(OK)QBT_TR[CONTEXT=Category]" id="categoryNameButton">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue