Skip to content

Commit

Permalink
ホワイトリストの説明文が間違っていたのを修正。
Browse files Browse the repository at this point in the history
「グループによって出力先ディレクトリをわける」のツールチップが正しく表示されないバグ修正。
  • Loading branch information
logue committed Feb 18, 2023
1 parent 854fb1f commit 823b1a8
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 15 deletions.
2 changes: 1 addition & 1 deletion NgsPacker/Migrations/20230213144212_InitialCreate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace NgsPacker.Migrations
{
using System;
using Microsoft.EntityFrameworkCore.Migrations;
using System;

/// <inheritdoc />
public partial class InitialCreate : Migration
Expand Down
19 changes: 14 additions & 5 deletions NgsPacker/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions NgsPacker/Properties/Resources.ja-jp.resx
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,8 @@
<data name="SeparateByGroupCheckBoxText" xml:space="preserve">
<value>グループによって出力先ディレクトリを分ける</value>
</data>
<data name="SeparateByGroupInformation" xml:space="preserve">
<value>PSO2のデータファイルは、拡張子やファイル名によって2つのグループに別れています。このチェックボックスをチェックすると、アンパック時に「group1」と「group2」というサブディレクトリが作成され、ファイルの所属先によって振り分けられます。

よくわからない場合は変更しないでください。</value>
<data name="SeparateByGroupCheckBoxToolTip" xml:space="preserve">
<value>PSO2のデータファイルは、拡張子やファイル名によって2つのグループに別れています。このチェックボックスをチェックすると、アンパック時に「group1」と「group2」というサブディレクトリが作成され、ファイルの所属先によって振り分けられます。</value>
</data>
<data name="CompressCheckboxText" xml:space="preserve">
<value>圧縮</value>
Expand Down Expand Up @@ -282,4 +280,9 @@
<data name="ChecksumFile" xml:space="preserve">
<value>チェックサムファイルのダウンロード</value>
</data>
<data name="WhiteListInformation" xml:space="preserve">
<value>PSO2のゲームデータは拡張子やファイル名によってグループ1とグループ2に分けられて一つのパックされています。このフォームに含まれるファイルはグループ1に割り当てられます。

よくわからない場合は変更しないでください。</value>
</data>
</root>
11 changes: 7 additions & 4 deletions NgsPacker/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,8 @@ The authors are not responsible for any damage caused by that. Use it with commo
<data name="SeparateByGroupCheckBoxText" xml:space="preserve">
<value>Separate output directories by group</value>
</data>
<data name="SeparateByGroupInformation" xml:space="preserve">
<value>PSO2 data files are divided into two groups according to extension and file name. If you check this checkbox, subdirectories "group1" and "group2" will be created at the time of unpacking and sorted according to the file affiliation.

Do not change if you are not sure.</value>
<data name="SeparateByGroupCheckBoxToolTip" xml:space="preserve">
<value>PSO2 data files are divided into two groups according to extension and file name. If you check this checkbox, subdirectories "group1" and "group2" will be created at the time of unpacking and sorted according to the file affiliation.</value>
</data>
<data name="CompressCheckboxText" xml:space="preserve">
<value>Compress</value>
Expand Down Expand Up @@ -286,4 +284,9 @@ The file list format is a list of file names from the data directory separated b
<data name="ChecksumFile" xml:space="preserve">
<value>Download Checksum File</value>
</data>
<data name="WhiteListInformation" xml:space="preserve">
<value>PSO2 game data is divided into Group 1 and Group 2 by extension and file name, and packed as one. Files contained in this form are assigned to Group 1.

Do not change if you are not sure.</value>
</data>
</root>
2 changes: 1 addition & 1 deletion NgsPacker/Views/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<ui:SimpleStackPanel Grid.Column="1" Spacing="12">
<TextBlock
VerticalAlignment="Top"
Text="{lex:Loc SeparateByGroupInformation}"
Text="{lex:Loc WhiteListInformation}"
TextWrapping="Wrap" />
<Button
Padding="10,5"
Expand Down

0 comments on commit 823b1a8

Please sign in to comment.