diff options
| author | Raphaël Rochet <raphael@rri.fr> | 2013-04-16 16:05:48 +0200 |
|---|---|---|
| committer | Raphaël Rochet <raphael@rri.fr> | 2013-04-16 16:05:48 +0200 |
| commit | bba28bf12339243b8a1f4c285464b36554c94dee (patch) | |
| tree | 65e91e2dff82058297f1cc3e5ff1a878d7ba7692 | |
| parent | ddba8fd361ac0637ed72bfe039785467ec6823c9 (diff) | |
Fixed unescaped quote
| -rw-r--r-- | res/values-fr/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 6413f503..7810743f 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -192,5 +192,5 @@ <string name="requires_api5">Nécessite la version 1.7.6</string> <string name="article_img_view_caption">Montrer le sous-titre</string> <string name="labels">Tags</string> - <string name="light_theme_is_not_supported_on_honeycomb">Le thème clair n'est pas supporté sur Honeycomb</string> + <string name="light_theme_is_not_supported_on_honeycomb">Le thème clair n\'est pas supporté sur Honeycomb</string> </resources> |