Skip to content

Commit

Permalink
Merge pull request dkim0419#26 from 199sm/fix-french-translation
Browse files Browse the repository at this point in the history
Added escape character before apostrophe in french strings
  • Loading branch information
dkim0419 committed Nov 23, 2015
2 parents 157b8c3 + 0df9d3c commit 72d8574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<string name="pause_recording_button">Pause</string>
<string name="resume_recording_button">Reprendre</string>
<string name="default_file_name">Enregistrement</string>
<string name="record_prompt">Appuyez sur le bouton pour démarrer l'enregistrement</string>
<string name="record_prompt">Appuyez sur le bouton pour démarrer l\'enregistrement</string>
<string name="record_in_progress">Enregistrement en cours</string>

</resources>

0 comments on commit 72d8574

Please sign in to comment.