diff --git a/res/values-FR/strings.xml b/res/values-FR/strings.xml
index ba8c47fde..9216fc455 100644
--- a/res/values-FR/strings.xml
+++ b/res/values-FR/strings.xml
@@ -113,8 +113,10 @@
Codecs
Time out de communication
Time out d\'appel entrant
- Port vidéo
- Port audio
+ Port ou plage de port vidéo
+ Port ou plage de port audio
+ Port ou plage (min-max) pour l\'audio
+ Port ou plage (min-max) pour la video
Activer les traces de débogage
Reporter un problème
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0464c129b..bb148dc81 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -159,8 +159,10 @@
Codecs
Communication timeout
Incoming call timeout
- Video port
- Audio port
+ Video port or port range
+ Audio port or port range
+ Video port or port range (minport-maxport)
+ Audio port or port range (minport-maxport)
Place a call
Debug
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 2cfcbbb8c..945ec9a7c 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -83,6 +83,7 @@
@@ -189,6 +190,7 @@
android:key="@string/pref_video_port_key"
android:title="@string/pref_video_port_title"
android:defaultValue="9078"
+ android:summary="@string/pref_video_port_description"
android:layout="@layout/hidden"/>