mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
Update rpcs3/rpcs3qt/game_list_actions.cpp
Co-authored-by: Megamouse <studienricky89@googlemail.com>
This commit is contained in:
parent
c10d3a67ee
commit
d3c7339e9a
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user