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:
Ondrej Holy 2016-11-16 09:03:42 +01:00 committed by Matthias Clasen
parent 21570a57f2
commit 16bce17168

View File

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