Skip to content

Commit

Permalink
rename menu item as 'delete clues and unlock board'
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Aug 26, 2021
1 parent 6a0fde4 commit 8d56f43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@

2021年8月26日 ver.4.7.7
英語辞書を強化。
「解を削除して盤のロックを解除」を「ヒントを削除して盤のロックを解除」に変更。

## History of XWordGiver (English)

Expand All @@ -413,3 +414,4 @@

- 2021.08.26 Ver.4.7.7
- Strengthened English dictionary.
- Changed "Delete solution and unlock board" to "Delete clues and unlock board".
2 changes: 1 addition & 1 deletion lang/en_US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
MENUITEM "&Previous double-frame word\tCtrl+K", ID_MARKSPREV
MENUITEM SEPARATOR
MENUITEM "Reset all the double-frames\tCtrl+R", ID_KILLMARKS
MENUITEM "Delete solution and &unlock board", ID_ERASESOLUTIONANDUNLOCKEDIT
MENUITEM "Delete clues and &unlock board", ID_ERASESOLUTIONANDUNLOCKEDIT
}
POPUP "&View"
{
Expand Down
2 changes: 1 addition & 1 deletion lang/ja_JP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
MENUITEM "前の二重マス単語(&P)\tCtrl+K", ID_MARKSPREV
MENUITEM SEPARATOR
MENUITEM "二重マスをすべて解除する(&K)\tCtrl+R", ID_KILLMARKS
MENUITEM "解を削除して盤のロックを解除(&U)", ID_ERASESOLUTIONANDUNLOCKEDIT
MENUITEM "ヒントを削除して盤のロックを解除(&U)", ID_ERASESOLUTIONANDUNLOCKEDIT
}
POPUP "表示(&V)"
{
Expand Down

0 comments on commit 8d56f43

Please sign in to comment.