Skip to content

Commit

Permalink
Fix GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanFan committed Jan 19, 2025
1 parent 306179f commit 1494379
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FriishProduce/Strings/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
},

"html": {
"l_000": "The Frodo emulator will now open.\n\nEnter the following command in the emulator:\n<b>LOAD\"*\",8,1</b><br>Once the software is loaded, enter <b>RUN</b>. If the BIOS freezes and there is no drive LED indicator, try changing the Frodo preferences and restarting this process.\n\nOnce the game loads, click Patch and Save Snapshot, and save the file to \"snap.fss\".\n\nAlternatively, you can save another copy with the same filename and directory as your ROM to use it for later.\n\n<i>Attempts left: <b>{0}</b></i>",
"l_000": "The Frodo emulator will now open.\n\nEnter the following command in the emulator:\n<b>LOAD\"*\",8,1</b><br>Once the software is loaded, enter <b>RUN</b>. If the BIOS freezes and there is no drive LED indicator, try changing the Frodo preferences and restarting this process.\n\nOnce the game loads, click Patch and Save Snapshot, and save the file to \"snap.fss\". You can also save another copy to use it for later.\n\n<i>Attempts left: <b>{0}</b></i>",
"l_001": "About SNES VC",
"l_002": "About N64 VC",

Expand Down
4 changes: 2 additions & 2 deletions FriishProduce/Strings/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
},

"html": {
"t_000": "Wii 메뉴의 채널 아이콘에 사용되는 이름입니다.\n긴 제목에는 20자 이하의 축약된 이름을 사용하는 것이 좋습니다.\n\n<b>예</b><hr>젤다: 오카리나",
"t_001": "배너 미리보기에 표시된 소프트웨어의 전체 이름입니다.\n\n<b>예</b><hr>젤다의 전설:\n시간의 오카리나",
"t_000": "Wii 메뉴의 채널 아이콘에 사용되는 이름입니다.\n긴 제목에는 20자 이하의 축약된 이름을 사용하는 것이 좋습니다.<hr><b>예</b>\n젤다의 전설 신들의 트라이포스",
"t_001": "배너 미리보기에 표시된 소프트웨어의 전체 이름입니다.<hr><b>예</b>\n젤다의 전설\n신들의 트라이포스",
"t_002": "채널 배너와 아이콘에 사용할 지역입니다.\n이것은 콘솔 이름이 해당 지역과 다르거나 일본어/한국어 배너를 사용하려는 경우에 유용할 수 있습니다.\n배너 지역이 자동으로 설정되어 있으면 WAD 지역과 일치하게 됩니다.",
"t_003": "고급 에뮬레이터 설정을 변경합니다.",
"t_004": "이 옵션을 활성화하면 프로그램은 현재 선택된 파일과 같은 폴더 내에 있는 모든 파일을 주입될 소프트웨어의 일부로 취급합니다.<br />계속하기 전에 소프트웨어 파일이 별도의 폴더에 있는지 확인하세요.",
Expand Down
4 changes: 4 additions & 0 deletions FriishProduce/Subforms/Wait.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ public Wait(bool showProgress, int msg = 0)
tableLayoutPanel2.RowCount = 1;
label1.TextAlign = ContentAlignment.MiddleLeft;
label1.Padding = new(label1.Padding.Left, 0, 0, 0);
}
else
{
tableLayoutPanel1.Height += 2;
Height += 2;
}
}
Expand Down

0 comments on commit 1494379

Please sign in to comment.