Jonathan Ernst : notepad: Fix typo in Danish translation spotted by Henrik Olsen.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 17 07:00:19 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 7e184e15b67cdbf3d327663ac838a11a2bd6e07f
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=7e184e15b67cdbf3d327663ac838a11a2bd6e07f

Author: Jonathan Ernst <jonathan at 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




More information about the wine-cvs mailing list