André Hentschel : shell32: Fix German folder names.

Alexandre Julliard julliard at winehq.org
Wed Jul 22 09:33:29 CDT 2009


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Jul 21 17:41:26 2009 +0200

shell32: Fix German folder names.

---

 dlls/shell32/shell32_De.rc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/shell32/shell32_De.rc b/dlls/shell32/shell32_De.rc
index 75980ec..828f56d 100644
--- a/dlls/shell32/shell32_De.rc
+++ b/dlls/shell32/shell32_De.rc
@@ -276,9 +276,9 @@ STRINGTABLE
 	IDS_PROGRAM_FILES_COMMON "Programme\\Gemeinsame Dateien"
 	IDS_COMMON_DOCUMENTS	"Dokumente"
 	IDS_ADMINTOOLS		"Startmenü\\Programme\\Verwaltung"
-	IDS_COMMON_MUSIC	"Dokumente\\Eigene Musik"
-	IDS_COMMON_PICTURES	"Dokumente\\Eigene Bilder"
-	IDS_COMMON_VIDEO	"Dokumente\\Eigene Videos"
+	IDS_COMMON_MUSIC	"Musik"
+	IDS_COMMON_PICTURES	"Bilder"
+	IDS_COMMON_VIDEO	"Videos"
 	IDS_CDBURN_AREA		"Lokale Einstellungen\\Anwendungsdaten\\Microsoft\\CD Burning"
 
 	IDS_NEWFOLDER		"Neuer Ordner"




More information about the wine-cvs mailing list