forked from AuroraMiddleware/gtk
gtkplacesview: Add example of IPv6 address in guidance
Square brackets are mandatory for IPv6 addresses. Add example of IPv6 address in the guidance to make it obvious. https://bugzilla.gnome.org/show_bug.cgi?id=756570
This commit is contained in:
parent
21570a57f2
commit
16bce17168
@ -54,7 +54,7 @@
|
||||
<object class="GtkLabel">
|
||||
<property name="visible">1</property>
|
||||
<property name="hexpand">1</property>
|
||||
<property name="label" translatable="yes">smb://foo.example.com, ssh://192.168.0.1</property>
|
||||
<property name="label" translatable="yes">smb://foo.example.com, ssh://192.168.0.1, ftp://[2001:db8::1]</property>
|
||||
<property name="wrap">1</property>
|
||||
<property name="width-chars">40</property>
|
||||
<property name="max-width-chars">40</property>
|
||||
|
Loading…
Reference in New Issue
Block a user