[NOTEPAD]: Fix danish menu shortcuts.
[reactos.git] / reactos / base / applications / notepad / lang / da-DK.rc
index 4a49adb..f7d9d48 100644 (file)
@@ -23,8 +23,8 @@ BEGIN
     POPUP "&Fil"
     BEGIN
         MENUITEM "&Ny\tCtrl+N", CMD_NEW
-        MENUITEM "Å&bn\tEnter", CMD_OPEN
-        MENUITEM "&Gem", CMD_SAVE
+        MENUITEM "Å&bn...\tCtrl+O", CMD_OPEN
+        MENUITEM "&Gem\tCtrl+S", CMD_SAVE
         MENUITEM "Gem so&m...", CMD_SAVE_AS
         MENUITEM SEPARATOR
         MENUITEM "Side&opsætning...", CMD_PAGE_SETUP
@@ -182,4 +182,6 @@ hukommelse, og prøv så igen."
     STRING_CR "Mac (CR)"
     STRING_LINE_COLUMN "Line %d, column %d"
     STRING_PRINTERROR "Cannot print the file '%s'.\n\nMake sure that the printer is turned on and is configured properly."
+
+    STRING_TEXT_DOCUMENT "Text Document"
 END