src/OXM: Fix typo
Signed-off-by: Sol Jerome <sol@resolvity.com>
This commit is contained in:
parent
e96994f313
commit
3855cbf40d
|
@ -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>
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue