rename library search placeholder
This commit is contained in:
parent
8f1434c28f
commit
a8cec72d0e
1 changed files with 1 additions and 1 deletions
|
|
@ -1124,7 +1124,7 @@ class LibraryPanel(Panel, Gtk.VBox):
|
||||||
self._library_toolbar.pack_start(self._buttons[LibraryPanel.SIGNAL_UPDATE])
|
self._library_toolbar.pack_start(self._buttons[LibraryPanel.SIGNAL_UPDATE])
|
||||||
# Toolbar: Filter Entry
|
# Toolbar: Filter Entry
|
||||||
self._filter_entry = Gtk.SearchEntry()
|
self._filter_entry = Gtk.SearchEntry()
|
||||||
self._filter_entry.set_placeholder_text("Bibliothek durchsuchen")
|
self._filter_entry.set_placeholder_text("search library")
|
||||||
self._library_toolbar.set_custom_title(self._filter_entry)
|
self._library_toolbar.set_custom_title(self._filter_entry)
|
||||||
# Toolbar: buttons right
|
# Toolbar: buttons right
|
||||||
self._right_toolbar = Gtk.Toolbar()
|
self._right_toolbar = Gtk.Toolbar()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue