Update rpcs3/rpcs3qt/game_list_actions.cpp

Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
Antonino Di Guardo 2026-05-08 15:05:48 +02:00 committed by GitHub
parent c10d3a67ee
commit d3c7339e9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -488,7 +488,7 @@ void game_list_actions::ShowGameIntegrityDialog(content_file_type file_type, con
if (i < path_list.size() - 1) // If it's not the last processed entry, add empty lines as separator
{
text_result += tr("\n\n\n");
text_result += "\n\n\n";
}
}