storage info improved. see #580
This commit is contained in:
parent
45da8622aa
commit
4ce2a0fc6e
2 changed files with 8 additions and 3 deletions
|
|
@ -336,8 +336,12 @@
|
|||
"description": ""
|
||||
},
|
||||
"prefs_storage_title": {
|
||||
"message": "Additional Info Storage",
|
||||
"description": "Title for additional info storage management section in options"
|
||||
"message": "Storage",
|
||||
"description": "Title for storage management section in options"
|
||||
},
|
||||
"prefs_storage_info": {
|
||||
"message": "The storage is used to save information about spam score, summaries and translations of each message.",
|
||||
"description": "Info text for storage management section in options"
|
||||
},
|
||||
"prefs_storage_size": {
|
||||
"message": "Storage size",
|
||||
|
|
|
|||
|
|
@ -253,10 +253,11 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="opt_title">__MSG_prefs_storage_title__</span></td>
|
||||
<td><span class="opt_title">ThunderAI __MSG_prefs_storage_title__</span></td>
|
||||
<td>
|
||||
__MSG_prefs_storage_size__: <span id="cache_storage_size"></span>
|
||||
<button id="btnClearCache" class="btn_small">__MSG_prefs_storage_clear_button__</button>
|
||||
<br>__MSG_prefs_storage_info__
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in a new issue