Small cleanup for the French progman resources.
diff --git a/programs/progman/Fr.rc b/programs/progman/Fr.rc index 6bcf944..bab898a 100644 --- a/programs/progman/Fr.rc +++ b/programs/progman/Fr.rc
@@ -56,8 +56,8 @@ MENUITEM SEPARATOR POPUP "&Info..." { - MENUITEM "&License", PM_LICENSE - MENUITEM "&NO WARRANTY", PM_NO_WARRANTY + MENUITEM "&Licence", PM_LICENSE + MENUITEM "AUCUNE &GARANTIE", PM_NO_WARRANTY MENUITEM "&A propos de WINE", PM_ABOUT_WINE } } @@ -88,7 +88,7 @@ { LTEXT "Déplacer le programme:", IDIGNORE, 5, 5, 90, 15 LTEXT "", PM_PROGRAM, 95, 5, 90, 15 -LTEXT "A partir du groupe:", IDIGNORE, 5, 13, 90, 15 +LTEXT "À partir du groupe:", IDIGNORE, 5, 13, 90, 15 LTEXT "", PM_FROM_GROUP, 95, 13, 90, 15 LTEXT "&Vers le groupe:", PM_TO_GROUP_TXT, 5, 28, 140, 15 COMBOBOX PM_TO_GROUP, 5, 38, 140, 50, WS_TABSTOP | CBS_DROPDOWNLIST @@ -106,11 +106,11 @@ { LTEXT "Copier le programme:", IDIGNORE, 5, 5, 90, 15 LTEXT "", PM_PROGRAM, 95, 5, 90, 15 -LTEXT "A partir du groupe:", IDIGNORE, 5, 13, 90, 15 +LTEXT "À partir du groupe:", IDIGNORE, 5, 13, 90, 15 LTEXT "", PM_FROM_GROUP, 95, 13, 90, 15 LTEXT "&Vers le groupe:", PM_TO_GROUP_TXT, 5, 28, 140, 15 COMBOBOX PM_TO_GROUP, 5, 38, 140, 50, WS_TABSTOP | CBS_DROPDOWNLIST -DEFPUSHBUTTON "&Vers le groupe:", IDOK, 185, 5, 60, 15, WS_TABSTOP +DEFPUSHBUTTON "OK", IDOK, 185, 5, 60, 15, WS_TABSTOP PUSHBUTTON "Annuler", IDCANCEL, 185, 25, 60, 15, WS_TABSTOP PUSHBUTTON "&Aide", PM_HELP, 185, 45, 60, 15, WS_TABSTOP }