You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Uncomment the following line and add your changelog:
27
-
changelog=- <strong>3.2.0:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.2.0">dedicated GitHub release</a><br>- <strong>3.1.1:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.1.1">dedicated GitHub release</a><br>- <strong>3.1.0:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.1.0">dedicated GitHub release</a><br>- <strong>3.0.2:</strong> better SSL errors handling<br>- <strong>3.0.1:</strong> better authentication management<br>
27
+
changelog=- <strong>3.3.0:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.3.0">dedicated GitHub release</a><br>- <strong>3.2.0:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.2.0">dedicated GitHub release</a><br>- <strong>3.1.1:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.1.1">dedicated GitHub release</a><br>- <strong>3.1.0:</strong> see the <a href="https://github.com/isogeo/isogeo-plugin-qgis/releases/tag/3.1.0">dedicated GitHub release</a><br>- <strong>3.0.2:</strong> better SSL errors handling<br>
windowTitle=label+self.tr(" - Configuration of database connections", context=__class__.__name__)
695
+
windowTitle=label+self.tr(
696
+
" - Configuration of database connections", context=__class__.__name__
697
+
)
709
698
self.db_config_dialog.setWindowTitle(windowTitle)
710
-
dialog_label=self.tr("Choose the embed connection to be used to access to each ", context=__class__.__name__) +label+self.tr(" database", context=__class__.__name__)
699
+
dialog_label= (
700
+
self.tr(
701
+
"Choose the embed connection to be used to access to each ",
0 commit comments