diff options
author | Sam Whited <sam@samwhited.com> | 2015-01-17 09:10:33 -0500 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2015-01-17 09:11:04 -0500 |
commit | dfc1cea882b33c7bf27bca5a349377b6ed966a75 (patch) | |
tree | 24198055d980451c6ca15f4d2ca8d1ea944bddc5 /src/main/res/values-fr/strings.xml | |
parent | be169215caa26bce5cf707ea7ce8db79da21f8e1 (diff) |
Correct the download file string on notifications
Fixes #896
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values-fr/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/res/values-fr/strings.xml b/src/main/res/values-fr/strings.xml index daae6076..7876ef3e 100644 --- a/src/main/res/values-fr/strings.xml +++ b/src/main/res/values-fr/strings.xml @@ -306,7 +306,6 @@ <string name="pref_keep_foreground_service_summary">Evite que le système ferme votre connexion</string> <string name="choose_file">Choix d\'un fichier</string> <string name="receiving_file">Réception %1$s fichier (%2$d%% complété)</string> -<string name="download_file">Télecharger %s fichier</string> <string name="open_file">Ouvrir %s fichier</string> <string name="sending_file">envoi (%1$d%% complété)</string> <string name="preparing_file">Préparation du fichier pour l\'envoi</string> |