mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 14:54:14 +00:00
Make it clear that only running VMs are listed
this might otherwise be confusing. Reference: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873597#25
This commit is contained in:
parent
fe2e7cb44f
commit
223836ee67
@ -61,7 +61,7 @@ virt_viewer_vm_connection_choose_name_dialog(GtkWindow *main_window,
|
||||
if (!gtk_tree_model_get_iter_first(model, &iter)) {
|
||||
g_set_error_literal(error,
|
||||
VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
|
||||
_("No virtual machine found"));
|
||||
_("No running virtual machine found"));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user