Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Apr 2, 2024
1 parent 25995ea commit b61474e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
- Revamped menu.
- Enabled to correctly undo input using "Input Candidates".
- Changed the default save location from "My Documents" to "My Documents\XWordGiver".
- Added "General settings" item to "Edit" menu.
- Added "Settings" item to "Edit" menu.
- Added "Numbering save" item to "File" menu.
- The "continuous problem generation" function has been abolished.

Expand Down Expand Up @@ -903,6 +903,6 @@
- メニューを刷新。
- 「入力候補」による入力を正しく元に戻せるようにした。
- デフォルトの保存先を「マイ ドキュメント」から「マイ ドキュメント\XWordGiver」に変更。
- 「編集」メニューに「全般設定」項目を追加。
- 「編集」メニューに「設定」項目を追加。
- 「ファイル」メニューに「連番で保存」項目を追加。
- 「問題の連続生成」機能を廃止。
8 changes: 4 additions & 4 deletions lang/en_US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ IDB_DELETEPAT BITMAP "res/1033_Bitmap_102.bmp"
MENUITEM "Search ACROSS word on Web\tAlt+Right", ID_ONLINEDICTH
MENUITEM SEPARATOR
MENUITEM "UI Language Select...", ID_UILANGID
MENUITEM "&General settings...", ID_GENERALSETTINGS
MENUITEM "Settin&gs...", ID_GENERALSETTINGS
}
POPUP "&Input"
{
Expand Down Expand Up @@ -1508,7 +1508,7 @@ FONT 9, "Tahoma"
}

IDD_FILESETTINGS DIALOG 0, 0, 213, 205
CAPTION "File settings"
CAPTION "File"
STYLE DS_CENTER | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
FONT 9, "Tahoma"
{
Expand All @@ -1522,7 +1522,7 @@ FONT 9, "Tahoma"
}

IDD_VIEWSETTINGS DIALOG 0, 0, 220, 170
CAPTION "View settings"
CAPTION "View"
STYLE DS_CENTER | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
FONT 9, "Tahoma"
{
Expand Down Expand Up @@ -1784,7 +1784,7 @@ STRINGTABLE
IDS_CONGRATS, "Congratulations!"
IDS_CORRECTANSWER, "Correct answer!"
IDS_OUTOFRANGE, "Out of range."
IDS_GENERALSETTINGS, "General settings"
IDS_GENERALSETTINGS, "Settings"
IDS_MADEPROBLEM2, "I've generated a crossword and saved as '%s'.\n\nCalculation time: %u.%u[sec]"
IDS_FITWHOLE, "Fit whole"
IDS_TT_NEW, "New crossword"
Expand Down
8 changes: 4 additions & 4 deletions lang/ja_JP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ IDB_DELETEPAT BITMAP "res/1041_Bitmap_102.bmp"
MENUITEM "単語をウェブ検索(&H) (ヨコ)\tAlt+→", ID_ONLINEDICTH
MENUITEM SEPARATOR
MENUITEM "UI Language Select...", ID_UILANGID
MENUITEM "全般設定(&G)...", ID_GENERALSETTINGS
MENUITEM "設定(&G)...", ID_GENERALSETTINGS
}
POPUP "入力(&I)"
{
Expand Down Expand Up @@ -1511,7 +1511,7 @@ FONT 9, "MS UI Gothic"
}

IDD_FILESETTINGS DIALOG 0, 0, 213, 205
CAPTION "ファイル設定"
CAPTION "ファイル"
STYLE DS_CENTER | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
FONT 9, "MS UI Gothic"
{
Expand All @@ -1525,7 +1525,7 @@ FONT 9, "MS UI Gothic"
}

IDD_VIEWSETTINGS DIALOG 0, 0, 220, 170
CAPTION "表示設定"
CAPTION "表示"
STYLE DS_CENTER | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
FONT 9, "MS UI Gothic"
{
Expand Down Expand Up @@ -1787,7 +1787,7 @@ STRINGTABLE
IDS_CONGRATS, "おめでとうございます!"
IDS_CORRECTANSWER, "正解です!"
IDS_OUTOFRANGE, "範囲外です。"
IDS_GENERALSETTINGS, "全般設定"
IDS_GENERALSETTINGS, "設定"
IDS_MADEPROBLEM2, "問題の生成とファイル「%s」への保存に成功しました。\n\n計算時間: %u.%u[秒]"
IDS_FITWHOLE, "全体に合わせる"
IDS_TT_NEW, "新規作成"
Expand Down

0 comments on commit b61474e

Please sign in to comment.