Skip to content

Commit

Permalink
ui(i18n): rephrase content browser tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Apr 30, 2024
1 parent 823c691 commit 8834052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qtribu/plugin_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ def initGui(self):

self.action_contents = QAction(
QgsApplication.getThemeIcon("mActionOpenTableVisible.svg"),
self.tr("Contents"),
self.tr("Browse latest contents"),
self.iface.mainWindow(),
)
self.action_contents.setToolTip(self.tr("Contents"))
self.action_contents.setToolTip(self.tr("Browse latest contents"))
self.action_contents.triggered.connect(self.contents)

self.action_form_rdp_news = QAction(
Expand Down
2 changes: 1 addition & 1 deletion qtribu/resources/i18n/qtribu_fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
</message>
<message>
<location filename="../../plugin_main.py" line="105"/>
<source>Contents</source>
<source>Browse latest contents</source>
<translation>Rechercher dans les contenus</translation>
</message>
<message>
Expand Down

0 comments on commit 8834052

Please sign in to comment.