1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-25 02:50:08 +03:00

Fix typos in sunstone tooltips

This commit is contained in:
Daniel Molina 2014-03-18 12:06:55 +01:00
parent fe2e8cbfa6
commit f6f32c7042
3 changed files with 1531 additions and 1531 deletions

File diff suppressed because it is too large Load Diff

View File

@ -120,7 +120,7 @@ var create_image_tmpl ='<div class="row create_image_header">\
<div class="large-6 columns">\
<label for="img_fstype">'+tr("FS type")+
'<span class="tip">'+tr("Type of file system to be built.")+'<br><br>'
+ tr(" Plain. When the disk image is used directly by the hypervisor we can format the image, and so it is ready to be used by the guest OS. Values: ext2, ext3, ext4, ntfs, reiserfs, jfs, swap. Any other fs supported by mkfs will work if no special option is needed. .")+'<br><br>'
+ tr(" Plain. When the disk image is used directly by the hypervisor we can format the image, and so it is ready to be used by the guest OS. Values: ext2, ext3, ext4, ntfs, reiserfs, jfs, swap. Any other fs supported by mkfs will work if no special option is needed.")+'<br><br>'
+ tr(" Formatted. The disk image is stored in a hypervisor specific format VMDK or Qcow2. Then we cannot really make a filesystem on the image, just create the device and let the guest OS format the disk. Use raw to not to format the new image. Values: raw, qcow2, vmdk_*.")+
'</span>'+
'</label>\

View File

@ -1414,7 +1414,7 @@ function generatePlacementTable(vm){
history = [vm.HISTORY_RECORDS.HISTORY];
} else {
html += ' <tr>\
<td colspan="8" style="width:5%">'+tr("No data avialable in table")+'</td>\
<td colspan="8" style="width:5%">'+tr("No data available in table")+'</td>\
</tr>'
}