diff options
| author | Moyster <oysterized@gmail.com> | 2016-10-09 14:15:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-09 14:15:48 +0200 |
| commit | 9043322ba73b21c10d43dc7ad7241e6c19206ae5 (patch) | |
| tree | 66f905e3463016b671402cffa59ae4d3354b7c0c | |
| parent | 5bf599f59db5e4008da6f8d01723222b6f197548 (diff) | |
trans: harmonise swipe up/down/left/right for french translation
| -rw-r--r-- | cmactions/res/values-fr/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmactions/res/values-fr/strings.xml b/cmactions/res/values-fr/strings.xml index 0f38736..92c69ce 100644 --- a/cmactions/res/values-fr/strings.xml +++ b/cmactions/res/values-fr/strings.xml @@ -26,8 +26,8 @@ <string name="touchscreen_dtp_gesture_title">Double Tape</string> <string name="touchscreen_x_left_gesture_title">Glissez vers la gauche</string> <string name="touchscreen_x_right_gesture_title">Glissez vers la droite</string> - <string name="touchscreen_y_down_gesture_title">Tracez une ligne vers le bas</string> - <string name="touchscreen_y_up_gesture_title">Swipe Up</string> + <string name="touchscreen_y_down_gesture_title">Glissez vers le bas</string> + <string name="touchscreen_y_up_gesture_title">Glissez vers le haut</string> <string name="touchscreen_c_gesture_title">Dessinez \"c\"</string> <string name="touchscreen_z_gesture_title">Dessinez \"z\"</string> |
