forked from AuroraMiddleware/gtk
gtkplacesview.ui: Remove translatable from server label helper
Translating it seems pointless if we can use a non-translatable example such as gnome.org instead of foo.example.com. This will help to make changes in here without breaking string freeze. https://bugzilla.gnome.org/show_bug.cgi?id=781622
This commit is contained in:
parent
7ab48458a0
commit
60a1e1d0e9
@ -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">smb://gnome.org, ssh://192.168.0.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