Francois Gouget : po: Fix backslash duplication in a French translation.
Module: wine Branch: master Commit: a1a94dfd81418cefa28da6da0fc3b6c44c2a530a URL: https://source.winehq.org/git/wine.git/?a=commit;h=a1a94dfd81418cefa28da6da0... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Mar 15 15:55:01 2022 +0100 po: Fix backslash duplication in a French translation. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- po/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/fr.po b/po/fr.po index 8fd4c4d7383..75d71722af3 100644 --- a/po/fr.po +++ b/po/fr.po @@ -17000,7 +17000,7 @@ msgid "" "The value '%1\\%2' already exists in the destination key. Do you want to " "overwrite it?" msgstr "" -"La valeur de registre « %1\\\\%2 » existe déjà. Voulez-vous la remplacer ?" +"La valeur de registre « %1\\%2 » existe déjà. Voulez-vous la remplacer ?" #: programs/reg/reg.rc:133 msgid "Are you sure you want to delete the registry value '%1'?"
participants (1)
-
Alexandre Julliard