1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

notepad: Fix an error in the Portuguese (Brazil) translation.

Translation by Mauricio Teixeira.
This commit is contained in:
Michael Stefaniuc 2010-06-17 11:39:51 +02:00 committed by Alexandre Julliard
parent 1734d098c9
commit d47628739e

View File

@ -59,13 +59,14 @@ POPUP "&Editar" {
POPUP "&Pesquisa" {
MENUITEM "&Localizar...", CMD_SEARCH
MENUITEM "Localizar &próxima\tF3", CMD_SEARCH_NEXT
MENUITEM "&Substituir...\tCtrl+H", CMD_REPLACE
}
POPUP "&Ajuda" {
MENUITEM "&Conteúdo", CMD_HELP_CONTENTS
MENUITEM "&Procurar...", CMD_HELP_SEARCH
MENUITEM "&Ajuda na ajuda", CMD_HELP_ON_HELP
MENUITEM SEPARATOR
MENUITEM "&About Notepad", CMD_HELP_ABOUT_NOTEPAD
MENUITEM "&Sobre o Notepad", CMD_HELP_ABOUT_NOTEPAD
}
}