placesview: Do not mark icon name as translatable

https://bugzilla.gnome.org/show_bug.cgi?id=766878
This commit is contained in:
Thomas Lange 2016-05-25 20:16:04 +02:00 committed by Matthias Clasen
parent abdd7137b3
commit e7765daf64

View File

@ -470,7 +470,7 @@
<property name="hexpand">1</property>
<property name="width-chars">20</property>
<property name="placeholder-text" translatable="yes">Enter server address…</property>
<property name="secondary-icon-name" translatable="yes">dialog-question-symbolic</property>
<property name="secondary-icon-name">dialog-question-symbolic</property>
<property name="completion">address_entry_completion</property>
<signal name="notify::text" handler="on_address_entry_text_changed" object="GtkPlacesView" swapped="yes"/>
<signal name="activate" handler="on_connect_button_clicked" object="GtkPlacesView" swapped="yes"/>