diff --git a/ui/createpool.ui b/ui/createpool.ui
index 5f3972fd..21693a9f 100644
--- a/ui/createpool.ui
+++ b/ui/createpool.ui
@@ -315,7 +315,7 @@
True
False
1
- _Source Path:
+ sourcep:
True
@@ -330,7 +330,7 @@
True
False
1
- _IQN:
+ Initiator _IQN:
True
pool-iqn-chk
diff --git a/virtManager/createpool.py b/virtManager/createpool.py
index c369d39d..ecd00760 100644
--- a/virtManager/createpool.py
+++ b/virtManager/createpool.py
@@ -275,6 +275,11 @@ class vmmCreatePool(vmmGObjectUI):
show_row("pool-iqn", iqn)
show_row("pool-source-name", src_name)
+ if iqn:
+ self.widget("pool-source-label").set_label(_("_Source IQN:"))
+ else:
+ self.widget("pool-source-label").set_label(_("_Source Path:"))
+
if tgt:
self.widget("pool-target-path").get_child().set_text(
self._pool.target_path)