|
[Freenas-commit] SF.net SVN: freenas:[13119]
branches/8.3/gui/templates/storage/ recoverykey_remove.html
From: <zippybr@us...> - 2013-01-23 21:35
|
Revision: 13119
http://freenas.svn.sourceforge.net/freenas/?rev=13119&view=rev
Author: zippybr
Date: 2013-01-23 21:35:49 +0000 (Wed, 23 Jan 2013)
Log Message:
-----------
Fix description for remove recovery key
Reported by: bmilman
Modified Paths:
--------------
branches/8.3/gui/templates/storage/recoverykey_remove.html
Modified: branches/8.3/gui/templates/storage/recoverykey_remove.html
===================================================================
--- branches/8.3/gui/templates/storage/recoverykey_remove.html 2013-01-23 21:34:28 UTC (rev 13118)
+++ branches/8.3/gui/templates/storage/recoverykey_remove.html 2013-01-23 21:35:49 UTC (rev 13119)
@@ -1,6 +1,6 @@
{% extends "freeadmin/generic_form.html" %}
{% block form %}
- <tr><td>{% trans "You are about to add a recovery key for this volume" %}</td></tr>
+ <tr><td>{% trans "You are about to remove a recovery key for this volume" %}</td></tr>
{{ block.super }}
{% endblock %}
{% block oklabel %}{% trans "Continue" %}{% endblock %}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
| Thread | Author | Date |
|---|---|---|
| [Freenas-commit] SF.net SVN: freenas:[13119] branches/8.3/gui/templates/storage/ recoverykey_remove.html | <zippybr@us...> |