Jens Albretsen : notepad: Danish spelling fixes.

Alexandre Julliard julliard at winehq.org
Wed May 7 07:04:05 CDT 2008


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

Author: Jens Albretsen <jens at albretsen.dk>
Date:   Tue May  6 21:23:14 2008 +0200

notepad: Danish spelling fixes.

---

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

diff --git a/programs/notepad/Da.rc b/programs/notepad/Da.rc
index 6ea7c2c..0d1a4a0 100644
--- a/programs/notepad/Da.rc
+++ b/programs/notepad/Da.rc
@@ -3,6 +3,7 @@
  *
  *  Copyright 1998 Henrik Olsen <henrik at iaeste.dk>
  *  Copyright 2002 Sylvain Petreolle <spetreolle at yahoo.fr>
+ *  Copyright 2008 Jens Albretsen <jens at albretsen.dk>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -39,7 +40,7 @@ POPUP "&Rediger" {
   MENUITEM SEPARATOR
   MENUITEM "&Klip\tCtrl+X",     CMD_CUT
   MENUITEM "K&opier\tCtrl+C",   CMD_COPY
-  MENUITEM "Sæt &ind\tCtrl+V",  CMD_PASTE
+  MENUITEM "&Indsæt\tCtrl+V",  CMD_PASTE
   MENUITEM "&Slet\tDel",        CMD_DELETE
   MENUITEM SEPARATOR
   MENUITEM "Marker &alt",       CMD_SELECT_ALL
@@ -56,7 +57,7 @@ POPUP "&Hj
   MENUITEM "&Søg efter hjælp om...",    CMD_HELP_SEARCH
   MENUITEM "&Brug af Hjælp",    CMD_HELP_ON_HELP
   MENUITEM SEPARATOR
-  MENUITEM "&About Notepad...", CMD_HELP_ABOUT_NOTEPAD
+  MENUITEM "&Om Notepad...", CMD_HELP_ABOUT_NOTEPAD
  }
 }
 




More information about the wine-cvs mailing list