diff options
author | Marcus Lundblad <ml@update.uu.se> | 2019-09-01 13:19:45 +0200 |
---|---|---|
committer | Marcus Lundblad <ml@update.uu.se> | 2019-09-19 21:44:57 +0200 |
commit | 6bd09a028386372208dae6b070a5730d9e92938f (patch) | |
tree | b1366196e9200021340793e2440a323a4cbce3ab /data | |
parent | d670a38c3201c47bedba782560e4597d4492b3d3 (diff) | |
download | gnome-maps-6bd09a028386372208dae6b070a5730d9e92938f.tar.gz |
sidebar: Update attribution
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/sidebar.ui | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/data/ui/sidebar.ui b/data/ui/sidebar.ui index 015b907d..6b6707d3 100644 --- a/data/ui/sidebar.ui +++ b/data/ui/sidebar.ui @@ -292,16 +292,11 @@ <property name="visible">True</property> <property name="halign">GTK_ALIGN_END</property> <child> - <object class="GtkLinkButton"> - <property name="label" translatable="yes">Route search by OpenTripPlanner</property> + <object class="GtkLabel" id="transitAttributionLabel"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> - <property name="relief">none</property> - <!-- opentripplanner.org uses an SSL cert only valid for github - domains... --> - <property name="uri">http://www.opentripplanner.org</property> + <property name="use_markup">True</property> <style> <class name="small-label"/> </style> |