diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 11687b82cefa09491c16fdc179236b14a5a50474..d0cc023b456563fbb1b579b1a29629b538984f9a 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -3268,9 +3268,9 @@ LLSD LLAppViewer::getViewerInfo() const
 	cef_ver_codec << ".";
 	cef_ver_codec << CHROME_VERSION_PATCH;
 
-	info["LIBCEF_VERSION"] = cef_ver_codec.str();
+	info["CEF_VERSION"] = cef_ver_codec.str();
 #else
-	info["LIBCEF_VERSION"] = "Undefined";
+	info["CEF_VERSION"] = "Web Engine: Undefined";
 #endif
 
 #if defined(LIBVLC_VERSION)
diff --git a/indra/newview/skins/default/xui/da/floater_about.xml b/indra/newview/skins/default/xui/da/floater_about.xml
index 7654f0dcd6bdc36c994ad1903809069e0afcc7e6..edcf7b1140c7c6649c52dbdd4d0c6a0930ca7bfd 100644
--- a/indra/newview/skins/default/xui/da/floater_about.xml
+++ b/indra/newview/skins/default/xui/da/floater_about.xml
@@ -24,7 +24,7 @@ Grafik kort: [GRAPHICS_CARD]
 
 J2C Decoder Version: [J2C_VERSION]
 Audio Driver Version: [AUDIO_DRIVER_VERSION]
-CEF Version: [LIBCEF_VERSION]
+CEF Version: [CEF_VERSION]
 LibVLC Version: [LIBVLC_VERSION]
 Voice Server Version: [VOICE_VERSION]
 	</floater.string>
diff --git a/indra/newview/skins/default/xui/de/strings.xml b/indra/newview/skins/default/xui/de/strings.xml
index 9b7b91ceb96432deba278f00213a1dedb62ab2ca..554647bb92cd04669ef564a10c678b1e75be0df8 100644
--- a/indra/newview/skins/default/xui/de/strings.xml
+++ b/indra/newview/skins/default/xui/de/strings.xml
@@ -77,7 +77,7 @@ Texturspeicher: [TEXTURE_MEMORY] MB
 	<string name="AboutLibs">
 		J2C-Decoderversion: [J2C_VERSION]
 Audiotreiberversion: [AUDIO_DRIVER_VERSION]
-[LIBCEF_VERSION]
+[CEF_VERSION]
 LibVLC-Version: [LIBVLC_VERSION]
 Voice-Server-Version: [VOICE_VERSION]
 	</string>
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml
index f07d1e91b390fe4107592eb79307950a530879f2..c430e44939b02b62e24725357043178b1d62e218 100644
--- a/indra/newview/skins/default/xui/en/strings.xml
+++ b/indra/newview/skins/default/xui/en/strings.xml
@@ -74,7 +74,7 @@ RestrainedLove API: [RLV_VERSION]
 libcurl Version: [LIBCURL_VERSION]
 J2C Decoder Version: [J2C_VERSION]
 Audio Driver Version: [AUDIO_DRIVER_VERSION]
-[LIBCEF_VERSION]
+[CEF_VERSION]
 LibVLC Version: [LIBVLC_VERSION]
 Voice Server Version: [VOICE_VERSION]
 	</string>
diff --git a/indra/newview/skins/default/xui/es/strings.xml b/indra/newview/skins/default/xui/es/strings.xml
index 2609bda072b2fe6de6afe090a5794c3ec3b1a02d..7577c1992e801417b888ca632c3cfb3a48770fec 100644
--- a/indra/newview/skins/default/xui/es/strings.xml
+++ b/indra/newview/skins/default/xui/es/strings.xml
@@ -69,7 +69,7 @@ Memoria de textura: [TEXTURE_MEMORY]MB
 	<string name="AboutLibs">
 		Versión de descodificador J2C: [J2C_VERSION] 
 Versión del controlador audio: [AUDIO_DRIVER_VERSION] 
-[LIBCEF_VERSION] 
+[CEF_VERSION] 
 Versión LibVLC: [LIBVLC_VERSION] 
 Versión del servidor de voz: [VOICE_VERSION]
 	</string>
diff --git a/indra/newview/skins/default/xui/fr/strings.xml b/indra/newview/skins/default/xui/fr/strings.xml
index 3aec0dd794c5ac813d637e787742e5b299ab4821..266dd1646536463f31bbb201be2a385254cb81dd 100644
--- a/indra/newview/skins/default/xui/fr/strings.xml
+++ b/indra/newview/skins/default/xui/fr/strings.xml
@@ -78,7 +78,7 @@ Mémoire textures : [TEXTURE_MEMORY] Mo
 	<string name="AboutLibs">
 		J2C Decoder Version: [J2C_VERSION] 
 Audio Driver Version: [AUDIO_DRIVER_VERSION] 
-[LIBCEF_VERSION] 
+[CEF_VERSION] 
 LibVLC Version: [LIBVLC_VERSION] 
 Voice Server Version: [VOICE_VERSION]
 	</string>
diff --git a/indra/newview/skins/default/xui/it/strings.xml b/indra/newview/skins/default/xui/it/strings.xml
index 75b238c783cadcc55078afc21fc67f56bab1d30c..2dc4c2a2db85fdd1d34f8afb48a3c40af15cca9c 100644
--- a/indra/newview/skins/default/xui/it/strings.xml
+++ b/indra/newview/skins/default/xui/it/strings.xml
@@ -74,7 +74,7 @@ Memoria texture: [TEXTURE_MEMORY]MB
 	</string>
 	<string name="AboutLibs">
 		J2C Versione decoder: [J2C_VERSION] 
-Versione del driver audio: [AUDIO_DRIVER_VERSION][LIBCEF_VERSION]
+Versione del driver audio: [AUDIO_DRIVER_VERSION][CEF_VERSION]
 Versione LibVLC: [LIBVLC_VERSION] 
 Versione server voce: [VOICE_VERSION]
 	</string>
diff --git a/indra/newview/skins/default/xui/ja/strings.xml b/indra/newview/skins/default/xui/ja/strings.xml
index fc7d0627838a311eb61c38232fe51cb0110b79d7..edbd5bf1e53a46f8b9093fe676900743a9586588 100644
--- a/indra/newview/skins/default/xui/ja/strings.xml
+++ b/indra/newview/skins/default/xui/ja/strings.xml
@@ -78,7 +78,7 @@ LOD ä¿‚æ•°: [LOD_FACTOR]
 	<string name="AboutLibs">
 		J2C デコーダバージョン: [J2C_VERSION] 
 オーディオドライババージョン: [AUDIO_DRIVER_VERSION] 
-[LIBCEF_VERSION] LibVLC バージョン: [LIBVLC_VERSION] 
+[CEF_VERSION] LibVLC バージョン: [LIBVLC_VERSION] 
 ボイスサーバーバージョン: [VOICE_VERSION]
 	</string>
 	<string name="AboutTraffic">
diff --git a/indra/newview/skins/default/xui/pl/strings.xml b/indra/newview/skins/default/xui/pl/strings.xml
index cf033df3c9c2933b7c7e4d4a3864995f12c69fe5..5ae15967650989f64e166bc0d802934356a6e94a 100644
--- a/indra/newview/skins/default/xui/pl/strings.xml
+++ b/indra/newview/skins/default/xui/pl/strings.xml
@@ -40,7 +40,7 @@ Wersja OpenGL: [OPENGL_VERSION]
 
 Wersja dekodera J2C: [J2C_VERSION]
 Wersja sterownika dźwięku (Audio Driver): [AUDIO_DRIVER_VERSION]
-Wersja CEF: [LIBCEF_VERSION]
+Wersja CEF: [CEF_VERSION]
 Wersja LibVLC: [LIBVLC_VERSION]
 Wersja serwera głosu (Voice Server): [VOICE_VERSION]
 	</string>
diff --git a/indra/newview/skins/default/xui/pt/strings.xml b/indra/newview/skins/default/xui/pt/strings.xml
index 8da8e0a4b528f79d52427696935e79fa5482bee4..d95e6b55eacc360c15853a97ee92735e57b79571 100644
--- a/indra/newview/skins/default/xui/pt/strings.xml
+++ b/indra/newview/skins/default/xui/pt/strings.xml
@@ -69,7 +69,7 @@ Memória de textura: [TEXTURE_MEMORY]MB
 	<string name="AboutLibs">
 		Versão do J2C Decoder: [J2C_VERSION] 
 Versão do driver de áudio: [AUDIO_DRIVER_VERSION]
-[LIBCEF_VERSION] 
+[CEF_VERSION] 
 Versão do LibVLC: [LIBVLC_VERSION] 
 Versão do servidor de voz: [VOICE_VERSION]
 	</string>
diff --git a/indra/newview/skins/default/xui/ru/strings.xml b/indra/newview/skins/default/xui/ru/strings.xml
index 171653fa02c0f65a3a3eb7a4d64f516fd04bfe99..85df6be4e842cfc110dca0a721bff3e189da5c1f 100644
--- a/indra/newview/skins/default/xui/ru/strings.xml
+++ b/indra/newview/skins/default/xui/ru/strings.xml
@@ -78,7 +78,7 @@ SLURL: &lt;nolink&gt;[SLURL]&lt;/nolink&gt;
 	<string name="AboutLibs">
 		Версия декодера J2C: [J2C_VERSION] 
 Версия аудиодрайвера: [AUDIO_DRIVER_VERSION] 
-[LIBCEF_VERSION] 
+[CEF_VERSION] 
 Версия LibVLC: [LIBVLC_VERSION] 
 Версия речевого сервера: [VOICE_VERSION]
 	</string>
diff --git a/indra/newview/skins/default/xui/tr/strings.xml b/indra/newview/skins/default/xui/tr/strings.xml
index b054b0e1b2511fe7a34aa38211e80b3f30c16251..21614679c3d3d18c313e4ca3eb3c6dc68e23c490 100644
--- a/indra/newview/skins/default/xui/tr/strings.xml
+++ b/indra/newview/skins/default/xui/tr/strings.xml
@@ -78,7 +78,7 @@ Doku belleÄŸi: [TEXTURE_MEMORY]MB
 	<string name="AboutLibs">
 		J2C Kod Çözücü Sürümü: [J2C_VERSION] 
 Ses Sürücüsü Sürümü: [AUDIO_DRIVER_VERSION] 
-[LIBCEF_VERSION] 
+[CEF_VERSION] 
 LibVLC Sürümü: [LIBVLC_VERSION] 
 Ses Sunucusu Sürümü: [VOICE_VERSION]
 	</string>
diff --git a/indra/newview/skins/default/xui/zh/strings.xml b/indra/newview/skins/default/xui/zh/strings.xml
index 554ff151f8be142103be7baaad74942b1aa0f81f..234c9e29813800972c9413d57a177069837e4670 100644
--- a/indra/newview/skins/default/xui/zh/strings.xml
+++ b/indra/newview/skins/default/xui/zh/strings.xml
@@ -78,7 +78,7 @@
 	<string name="AboutLibs">
 		J2C 解碼器版本: [J2C_VERSION]
 音效驅動程式版本: [AUDIO_DRIVER_VERSION]
-[LIBCEF_VERSION]
+[CEF_VERSION]
 LibVLC版本:[LIBVLC_VERSION]N]
 語音伺服器版本: [VOICE_VERSION]
 	</string>