[CUETools] Add tooltips to frmChoice buttons

- Tooltips are added to the following buttons to make their purpose
  more obvious:
  buttonMusicBrainz
    tooltip: Lookup album at MusicBrainz
  buttonNavigateCTDB
    tooltip: Navigate to album in CUETools DB
- Add German translation of the tooltips
This commit is contained in:
Wolfgang Stöggl
2021-03-21 07:36:48 +01:00
parent cef4ea93f6
commit 60db31e0c6
3 changed files with 254 additions and 241 deletions

View File

@@ -147,4 +147,10 @@
<data name="Value.HeaderText" xml:space="preserve">
<value>Spalte1</value>
</data>
<data name="buttonMusicBrainz.ToolTip" xml:space="preserve">
<value>Album bei MusicBrainz nachschlagen</value>
</data>
<data name="buttonNavigateCTDB.ToolTip" xml:space="preserve">
<value>Album in CUETools DB anzeigen</value>
</data>
</root>