Skip to content

Commit

Permalink
UX - Rephrase the sentence no OSM data
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Sep 14, 2023
1 parent a5d3f9d commit f48157d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickOSM/ui/base_overpass_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def end_query(self, num_layers):
else:
self.dialog.set_progress_text(tr('No result'))
self.dialog.display_message_bar(
tr('Successful query, but no result.'),
tr('Successful query, but no OSM data matched the Overpass query on this Overpass server.'),
level=Qgis.Warning, duration=7)

def gather_values(self) -> dict:
Expand Down

0 comments on commit f48157d

Please sign in to comment.