cloudStack UI - Stop Instance action - change warning text.

This commit is contained in:
Jessica Wang 2011-06-13 17:18:33 -07:00
parent 0611c92cad
commit f8a54b96e6
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#New - Add all new parameters here.
force.stop.instance=Force Stop Instance
force.stop.instance.warning=Force Stop Instance might cause data lost
force.stop=Force Stop
force.stop.instance.warning=Warning: Forcing a stop on this instance should be your last option. It can lead to data loss as well as inconsistent behavior of the virtual machine's state. Please consult with the Administrator Guide or Cloud.com Support before executing this command.
#Labels
label.PreSetup=PreSetup

View File

@ -1463,7 +1463,7 @@ dictionary = {
<ol>
<li style="padding-top:10px">
<input type="checkbox" class="checkbox" id="force_stop_instance" />
<p style="color:red"><fmt:message key="force.stop.instance" /></p>
<p style="color:red"><fmt:message key="force.stop" /></p>
</li>
<li>
<p style="color:red"><fmt:message key="force.stop.instance.warning" /></p>