[gnome-boxes] libvirt-machine: Fix the inhibit message
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] libvirt-machine: Fix the inhibit message
- Date: Mon, 9 Apr 2018 18:19:16 +0000 (UTC)
commit 1ee650b05597dfe16269b1bbf9c91a7c723a0a05
Author: Piotr Drąg <piotrdrag gmail com>
Date: Mon Apr 9 20:18:14 2018 +0200
libvirt-machine: Fix the inhibit message
src/libvirt-machine.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libvirt-machine.vala b/src/libvirt-machine.vala
index 097780f8..63a94797 100644
--- a/src/libvirt-machine.vala
+++ b/src/libvirt-machine.vala
@@ -686,7 +686,7 @@ public override async void clone () {
debug ("Cloning '%s'..", domain_config.name);
can_delete = false;
- var inhibit_reason = _("Cloning '%s'..").printf (domain_config.name);
+ var inhibit_reason = _("Cloning “%s”…").printf (domain_config.name);
App.app.inhibit (null, null, inhibit_reason);
try {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]