diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2017-12-04 08:48:37 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2017-12-04 08:48:37 +0100 |
| commit | c5c3cc127436b193fad277175a2061131abd2658 (patch) | |
| tree | 0ae787377e7d787d144997b8d6245ed39576faa4 /locales/master.lng.xlf | |
| parent | 0704b1d64436236e0ddbc78fbb1480002065a748 (diff) | |
Use HTTP Post operation for resetting memory monitoring state.
Fixes issue #145
Also added textual hint on the button, and display it only when it makes
sense, that is to say when the memory state is 'exhausted'.
Diffstat (limited to 'locales/master.lng.xlf')
| -rw-r--r-- | locales/master.lng.xlf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/locales/master.lng.xlf b/locales/master.lng.xlf index 87c471878..8ef63ee46 100644 --- a/locales/master.lng.xlf +++ b/locales/master.lng.xlf @@ -6692,7 +6692,10 @@ <source>>exhausted<</source> </trans-unit> <trans-unit id="7ade7e80" xml:space="preserve" approved="no" translate="yes"> - <source>reset state</source> + <source>Reset state</source> + </trans-unit> + <trans-unit id="6d08abc8" xml:space="preserve" approved="no" translate="yes"> + <source>Manually reset to 'proper' state</source> </trans-unit> <trans-unit id="a5c476c2" xml:space="preserve" approved="no" translate="yes"> <source>Enough memory is available for proper operation.</source> |
