Mercurial > wikked
changeset 73:d0be251663b5
Simpler message for the file state warning.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 27 Feb 2013 22:02:01 -0800 |
parents | 4d157afdb560 |
children | 3c8e07af93c7 |
files | static/tpl/state-warning.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/static/tpl/state-warning.html Wed Feb 27 21:50:26 2013 -0800 +++ b/static/tpl/state-warning.html Wed Feb 27 22:02:01 2013 -0800 @@ -1,4 +1,4 @@ <div class="alert"> <button type="button" class="close" data-dismiss="alert">×</button> - <span>This page is {{state}} in the repository. You can either <a href="{{url_edit}}">edit it</a> to commit the changes, or do it yourself through the command-line.</span> + <span>This page is {{state}} in the repository. You can <a href="{{url_edit}}">edit it</a> now to commit.</span> </div>