src/OXM: Fix typo

Signed-off-by: Sol Jerome <sol@resolvity.com>
This commit is contained in:
Sol Jerome 2014-08-15 10:32:49 -05:00
parent e96994f313
commit 3855cbf40d
2 changed files with 2 additions and 2 deletions

View File

@ -2913,7 +2913,7 @@ Quality of Server (QoS)</property>
<object class="GtkLabel" id="label264">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">The virtual network device changes will take efect when you next restart the VM.</property>
<property name="label" translatable="yes">The virtual network device changes will take effect when you next restart the VM.</property>
</object>
<packing>
<property name="expand">True</property>

View File

@ -29,7 +29,7 @@ class oxcWindowVMNetwork:
"""
def on_acceptdialognetworkrestart_clicked(self, widget, data=None):
"""
Function called when you accept "changes will take efect when you next restart the VM.." dialog
Function called when you accept "changes will take effect when you next restart the VM.." dialog
"""
self.builder.get_object("dialognetworkrestart").hide()