This commit is contained in:
DanielSvoboda 2025-02-25 18:22:31 -03:00
parent b0c8f8538b
commit 5335bbc204
2 changed files with 3 additions and 3 deletions

View File

@ -609,7 +609,7 @@ void SettingsDialog::updateNoteTextEdit(const QString& elementName) {
//User //User
if (elementName == "OpenCustomTrophyLocationButton") { if (elementName == "OpenCustomTrophyLocationButton") {
text = tr("It is possible to add custom images to the trophies.\\nAdd the files to custom_trophy with the following names:\\nbronze.png, gold.png, platinum.png, silver.png"); text = tr("Open custom trophy image folder:\\nIt is possible to add custom images to the trophies.\\nAdd the files to custom_trophy with the following names:\\nbronze.png, gold.png, platinum.png, silver.png");
} }
// Input // Input

View File

@ -1616,8 +1616,8 @@
<translation>Update Compatibility Database:\nImmediately update the compatibility database.</translation> <translation>Update Compatibility Database:\nImmediately update the compatibility database.</translation>
</message> </message>
<message> <message>
<source>It is possible to add custom images to the trophies.\nAdd the files to custom_trophy with the following names:\nbronze.png, gold.png, platinum.png, silver.png</source> <source>Open custom trophy image folder:\nIt is possible to add custom images to the trophies.\nAdd the files to custom_trophy with the following names:\nbronze.png, gold.png, platinum.png, silver.png</source>
<translation>It is possible to add custom images to the trophies.\nAdd the files to custom_trophy with the following names:\nbronze.png, gold.png, platinum.png, silver.png</translation> <translation>Open custom trophy image folder:\nIt is possible to add custom images to the trophies.\nAdd the files to custom_trophy with the following names:\nbronze.png, gold.png, platinum.png, silver.png</translation>
</message> </message>
<message> <message>
<source>Never</source> <source>Never</source>