3liz / qgis-pgmetadata-plugin

QGIS Plugin to manage some metadata from PostgreSQL layer
GNU General Public License v2.0
12 stars 10 forks source link

Add tr() to 2 message strings #81

Closed effjot closed 3 years ago

effjot commented 3 years ago

I’ve added tr() to 2 messages in locator.py and set_connections.py

If I haven’t overlooked something, every message has a call to tr() now.

Gustry commented 3 years ago

Thanks