mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Typo_error
This commit is contained in:
parent
41a9c295f4
commit
103692dfa0
@ -396,9 +396,9 @@ BEGIN
|
||||
BEGIN
|
||||
POPUP "Mostrar en el &título de la ventana"
|
||||
BEGIN
|
||||
MENUITEM "&Solo nombre de archivo", IDM_VIEW_SHOWFILENAMEONLY
|
||||
MENUITEM "&Solo el nombre del archivo", IDM_VIEW_SHOWFILENAMEONLY
|
||||
MENUITEM "&Nombre de archivo y carpeta", IDM_VIEW_SHOWFILENAMEFIRST
|
||||
MENUITEM "Nombre de la &ruta completa", IDM_VIEW_SHOWFULLPATH
|
||||
MENUITEM "Nombre de la &ruta completa", IDM_VIEW_SHOWFULLPATH
|
||||
MENUITEM "&Extracto de texto\tCtrl+9", IDM_VIEW_SHOWEXCERPT
|
||||
END
|
||||
MENUITEM "&Reutilizar la ventana", IDM_VIEW_REUSEWINDOW
|
||||
@ -448,7 +448,7 @@ BEGIN
|
||||
MENUITEM "&Deshacer", IDM_EDIT_UNDO
|
||||
MENUITEM "&Rehacer", IDM_EDIT_REDO
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Cor&ta", IDM_EDIT_CUT
|
||||
MENUITEM "Cor&tar", IDM_EDIT_CUT
|
||||
MENUITEM "&Copiar", IDM_EDIT_COPY
|
||||
MENUITEM "&Pegar", IDM_EDIT_PASTE
|
||||
MENUITEM "&Eliminar", IDM_EDIT_CLEAR
|
||||
|
||||
Loading…
Reference in New Issue
Block a user