Francois Gouget : winhlp32: Remove a space before an ellipsis in the Dutch translation.
Module: wine Branch: master Commit: 6724fc2604effd59dcc23cf8ee070e30c7c009d4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6724fc2604effd59dcc23cf8ee... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Thu Jun 24 10:24:06 2010 +0200 winhlp32: Remove a space before an ellipsis in the Dutch translation. --- programs/winhlp32/Nl.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/programs/winhlp32/Nl.rc b/programs/winhlp32/Nl.rc index 0a4594a..9294856 100644 --- a/programs/winhlp32/Nl.rc +++ b/programs/winhlp32/Nl.rc @@ -113,7 +113,7 @@ BEGIN BEGIN MENUITEM "Annotering...", MNID_CTXT_ANNOTATE MENUITEM "Kopiƫren", MNID_CTXT_COPY - MENUITEM "Afdrukken ...", MNID_CTXT_PRINT + MENUITEM "Afdrukken...", MNID_CTXT_PRINT POPUP "Lettertype" BEGIN MENUITEM "Klein", MNID_CTXT_FONTS_SMALL
participants (1)
-
Alexandre Julliard