Michael Stefaniuc : notepad: Fix an error in the Czech translation.
Module: wine Branch: master Commit: 1734d098c9e34affde6fca6c30385bffb76e830b URL: http://source.winehq.org/git/wine.git/?a=commit;h=1734d098c9e34affde6fca6c30... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Thu Jun 17 11:38:53 2010 +0200 notepad: Fix an error in the Czech translation. Translation by Radek Vokal. --- programs/notepad/Cs.rc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/programs/notepad/Cs.rc b/programs/notepad/Cs.rc index 745062d..016f61e 100644 --- a/programs/notepad/Cs.rc +++ b/programs/notepad/Cs.rc @@ -59,6 +59,7 @@ POPUP "U&pravit" { POPUP "&Hled�n�" { MENUITEM "&Hledej...\tCtrl+F", CMD_SEARCH MENUITEM "&Najdi dal��\tF3", CMD_SEARCH_NEXT + MENUITEM "Nah&radit...\tCtrl+H", CMD_REPLACE } POPUP "&N�pov�da" { MENUITEM "&Obsah", CMD_HELP_CONTENTS
participants (1)
-
Alexandre Julliard