Jonathan Ernst : notepad: Fix typo in Danish translation spotted by Henrik Olsen.
Module: wine Branch: refs/heads/master Commit: 7e184e15b67cdbf3d327663ac838a11a2bd6e07f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7e184e15b67cdbf3d327663a... Author: Jonathan Ernst <jonathan(a)ernstfamily.ch> Date: Mon Jul 17 10:04:36 2006 +0200 notepad: Fix typo in Danish translation spotted by Henrik Olsen. --- programs/notepad/Da.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/programs/notepad/Da.rc b/programs/notepad/Da.rc index 3148ec4..caf041d 100644 --- a/programs/notepad/Da.rc +++ b/programs/notepad/Da.rc @@ -23,7 +23,7 @@ LANGUAGE LANG_DANISH, SUBLANG_DEFAULT MAIN_MENU MENU { - POPUP "&Filef" { + POPUP "&Filer" { MENUITEM "&Ny\tCtrl+N", CMD_NEW MENUITEM "�&bn...\tCtrl+O", CMD_OPEN MENUITEM "&Gem\tCtrl+S", CMD_SAVE
participants (1)
-
Alexandre Julliard