summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/create.ui7
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/create.ui b/ui/create.ui
index dd957550..55f8a12e 100644
--- a/ui/create.ui
+++ b/ui/create.ui
@@ -1776,7 +1776,12 @@ connections is not yet supported.&lt;/small&gt;</property>
<child internal-child="entry">
<object class="GtkEntry" id="install-oscontainer-source-url-entry">
<property name="can_focus">True</property>
- <property name="placeholder_text" translatable="yes">docker://fedora</property>
+ <property name="tooltip_text" translatable="yes">Possible URL formats:
+ * file:///path/to/rootfs.tar
+ * docker://registry:port/image:tag
+ * virt-builder://template
+</property>
+
</object>
</child>
</object>