1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-23 21:57:43 +03:00

feature #1404: Updated poweron related strings in Sunstone & Self-service

This commit is contained in:
Ruben S. Montero 2012-09-06 21:05:15 +02:00
parent 9c0a10e1ca
commit 1c69d3d4bb
2 changed files with 2 additions and 2 deletions

View File

@ -403,7 +403,7 @@ var vm_buttons = {
"VM.poweroff" : {
type : "confirm",
text: tr("Power Off"),
tip: tr("This will send a power off signal to running VMs. They can be powered on later.")
tip: tr("This will send a power off signal to running VMs. They can be restarted later.")
},
"VM.cancel" : {
type: "confirm",

View File

@ -594,7 +594,7 @@ var vm_buttons = {
"VM.poweroff" : {
type : "confirm",
text: tr("Power Off"),
tip: tr("This will send a power off signal to running VMs. They can be powered on later.")
tip: tr("This will send a power off signal to running VMs. They can be restarted later.")
},
"VM.reboot" : {
type : "confirm",