diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-08 21:16:51 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-08 21:16:51 -0800 |
commit | 121d5e7c5eef4f0ae8badeab61101f48ddec02c9 (patch) | |
tree | 3db9c1e3b9e884520bf690184af741fcf5e6ba76 /tmpl/dictionary.html | |
parent | cbe1b2e2a303b54762c71a8c03e1e8656352e6c4 (diff) |
WIP
Diffstat (limited to 'tmpl/dictionary.html')
-rw-r--r-- | tmpl/dictionary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html index 09102b51..134209c8 100644 --- a/tmpl/dictionary.html +++ b/tmpl/dictionary.html @@ -7,7 +7,7 @@ <button type="button" class="dict-controls dict-delete btn btn-danger">Delete</button> </div> </div> - <div class="dict-delete-progress">Deleting dictionary data, please be patient.</div> + <div class="dict-delete-progress">Dictionary data is being deleted, please be patient...</div> <div class="progress dict-delete-progress"> <div class="progress-bar progress-bar-striped progress-bar-danger" style="width: 0%"></div> </div> |