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

Alexandre Julliard julliard at winehq.org
Thu Jun 17 11:17:16 CDT 2010


Module: wine
Branch: master
Commit: d47628739e769b04a1fadfd495270afe67525a35
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d47628739e769b04a1fadfd495270afe67525a35

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Jun 17 11:39:51 2010 +0200

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

Translation by Mauricio Teixeira.

---

 programs/notepad/Pt.rc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/programs/notepad/Pt.rc b/programs/notepad/Pt.rc
index 194225c..a9f244a 100644
--- a/programs/notepad/Pt.rc
+++ b/programs/notepad/Pt.rc
@@ -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
  }
 }
 




More information about the wine-cvs mailing list