Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI: Add a line break in the exe integrity check message #269

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AppUI/Resources/StringResources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ Once done, do close the game and the launcher, and finally retry to click Play h
<system:String x:Key="FileNotFoundAborting">file not found. Aborting ...</system:String>
<system:String x:Key="Ff7ExeNotFoundYouMayNeedToConfigure">FF7.exe not found. You may need to configure 7H using the Settings>General Settings menu.</system:String>
<system:String x:Key="VerifyingInstalledGameIsCompatible">Verifying installed game is compatible ...</system:String>
<system:String x:Key="ErrorCodeYarr">YUFFIE: Urrk!! Something's wrong with your installation, and it... ulp... Use Steam's "Verify my files" tool or reinstall from CD to fix.</system:String>
<system:String x:Key="ErrorCodeYarr">YUFFIE: Urrk!! Something's wrong with your installation, and it... ulp...\nUse Steam's "Verify my files" tool or reinstall from CD to fix.</system:String>
<system:String x:Key="VerifyingGameIsNotInstalledInProtectedFolder">Verifying game is not installed in a System/Protected folder ...</system:String>

<system:String x:Key="Ff7IsCurrentlyInstalledInASystemFolder" xml:space="preserve">FF7 is currently installed in a System folder which can cause mods not to work. It is recommended you install it at C:\Games\Final Fantasy VII
Expand Down