diff options
author | Marcus Lundblad <ml@dfupdate.se> | 2023-03-20 22:07:59 +0100 |
---|---|---|
committer | Marcus Lundblad <ml@dfupdate.se> | 2023-03-20 22:07:59 +0100 |
commit | a95d641c7a9be3e4c809539bac0c7eaa21967dfb (patch) | |
tree | fa10aebc7d9c4f00036fe3562bc00c18fcad7d1e | |
parent | c8e5193276b2cc2e1bfa4e63387f62fe4db14fa8 (diff) | |
download | gnome-maps-wip/mlundblad/fix-whitespace-osm-edit.tar.gz |
osmAccountDialog: Remove extra whitespaces in two stringswip/mlundblad/fix-whitespace-osm-edit
-rw-r--r-- | data/ui/osm-account-dialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/ui/osm-account-dialog.ui b/data/ui/osm-account-dialog.ui index 019f4409..c75a5e8c 100644 --- a/data/ui/osm-account-dialog.ui +++ b/data/ui/osm-account-dialog.ui @@ -38,7 +38,7 @@ <child> <object class="GtkLabel"> <property name="label" translatable="1">Help to improve the map, using an - OpenStreetMap account.</property> +OpenStreetMap account.</property> <property name="hexpand">1</property> <property name="halign">center</property> <property name="justify">center</property> @@ -52,7 +52,7 @@ <child> <object class="GtkLabel"> <property name="label" translatable="1">Sign in to authorize access in a web browser. - Then fill in the obtained verification code here in the next step.</property> +Then fill in the obtained verification code here in the next step.</property> <property name="hexpand">1</property> <property name="wrap">1</property> <property name="halign">center</property> |