diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-06 20:03:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-06 20:03:20 +0100 |
| commit | 7fce670f1d117d7389d29812c082a03e975e9433 (patch) | |
| tree | d629c3ce80a3928d022cba27ee6828d5bb46361c | |
| parent | e113a8444264ecb73f06416c58a4889bb1141dae (diff) | |
Fix bad fuzzy translation in fr_FR.
| -rw-r--r-- | src/wx/po/fr_FR.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/po/fr_FR.po b/src/wx/po/fr_FR.po index c65ddc8e4..fb648d202 100644 --- a/src/wx/po/fr_FR.po +++ b/src/wx/po/fr_FR.po @@ -939,7 +939,7 @@ msgstr "La crête est de %.2fdB à %s" #: src/wx/audio_panel.cc:295 #, fuzzy, c-format msgid "Peak: %.2fdB" -msgstr "La crête est de %.2fdB à %s" +msgstr "La crête: %.2fdB" #: src/wx/audio_panel.cc:297 src/wx/audio_panel.cc:300 #, fuzzy |
