Skip to content

Commit

Permalink
Correct IDM_FILE_OPENWITH translation
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm authored and zufuliu committed Oct 26, 2024
1 parent e145c98 commit 50279b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/ru/Notepad4.rc
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ BEGIN
MENUITEM "Открыть &пустое окно\tAlt+0", IDM_FILE_NEWWINDOW2
MENUITEM SEPARATOR
MENUITEM "Execute &Document\tCtrl+L", IDM_FILE_LAUNCH
MENUITEM "Ооткрыть документ с &помощью...", IDM_FILE_OPENWITH
MENUITEM "Открыть документ с &помощью...", IDM_FILE_OPENWITH
MENUITEM "Выполнить &команду...\tCtrl+R", IDM_FILE_RUN
MENUITEM SEPARATOR
POPUP "Действие при &выделении"
Expand Down

0 comments on commit 50279b2

Please sign in to comment.