Paul Vriens : shell32: Fix Dutch translations.
Module: wine Branch: master Commit: d9a9e3f06da38bfe560b6be6400fa91c46352c80 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d9a9e3f06da38bfe560b6be640... Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com> Date: Mon Jun 29 11:50:10 2009 +0200 shell32: Fix Dutch translations. --- dlls/shell32/shell32_Nl.rc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/shell32/shell32_Nl.rc b/dlls/shell32/shell32_Nl.rc index 1de7bf0..e5329ee 100644 --- a/dlls/shell32/shell32_Nl.rc +++ b/dlls/shell32/shell32_Nl.rc @@ -94,13 +94,13 @@ END MENU_CPANEL MENU BEGIN - POPUP "&File" + POPUP "&Bestand" BEGIN MENUITEM SEPARATOR - MENUITEM "E&xit", IDM_CPANEL_EXIT + MENUITEM "&Afsluiten", IDM_CPANEL_EXIT END - POPUP "&View" + POPUP "B&eeld" BEGIN MENUITEM "&Grote Icons", FCIDM_SHVIEW_BIGICON MENUITEM "&Kleine Icons", FCIDM_SHVIEW_SMALLICON
participants (1)
-
Alexandre Julliard