diff --git a/data/atlas.metainfo.xml.in b/data/atlas.metainfo.xml.in index 3b766de..0d6a78e 100644 --- a/data/atlas.metainfo.xml.in +++ b/data/atlas.metainfo.xml.in @@ -7,7 +7,7 @@ CC0-1.0 GPL-3.0-or-later - Atlas + Atlas View where to go

diff --git a/src/MainWindow.vala b/src/MainWindow.vala index c09f7e5..4435466 100644 --- a/src/MainWindow.vala +++ b/src/MainWindow.vala @@ -42,7 +42,7 @@ public class Atlas.MainWindow : Adw.ApplicationWindow { private MapWidget map_widget; construct { - title = "Atlas"; + title = _("Atlas"); add_action_entries (ACTION_ENTRIES, this); location_store = new ListStore (typeof (Geocode.Place));