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:
Guido Günther 2017-08-31 09:49:26 +02:00 committed by Jonathon Jongsma
parent fe2e7cb44f
commit 223836ee67

View File

@ -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;
}