From 5966831b0cc4f5abae63369d56d83d7cafb7810b Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Thu, 4 Apr 2019 13:20:36 +0300 Subject: SL-10881 Add HiDPI status to Help - About Second Life report --- indra/newview/skins/default/xui/en/strings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/skins/default/xui/en/strings.xml') diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index d91f3ac095..823109e55f 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -57,6 +57,9 @@ Render quality: [RENDER_QUALITY] Advanced Lighting Model: [GPU_SHADERS] Texture memory: [TEXTURE_MEMORY]MB VFS (cache) creation time: [VFS_TIME] + + +HiDPI display mode: [HIDPI] J2C Decoder Version: [J2C_VERSION] -- cgit v1.2.3 From dd9141306bbc671099ce57b6d15cbbed2fcb82e3 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Mon, 15 Apr 2019 15:57:14 +0300 Subject: SL-10951 There were no tool-tips for the 'Edit' and 'Play' buttons in the 'Gestures' floater --- indra/newview/skins/default/xui/en/strings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/skins/default/xui/en/strings.xml') diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 823109e55f..90bd8ae385 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2302,6 +2302,9 @@ For AI Character: Get the closest navigable point to the point provided. https://marketplace.[MARKETPLACE_DOMAIN_NAME]/merchants/store/dashboard https://marketplace.[MARKETPLACE_DOMAIN_NAME]/merchants/store/imports https://marketplace.[MARKETPLACE_DOMAIN_NAME]/learn_more + Open window with Play options. + Execute selected gesture in-world. + Open window with Play options. Anyone can sell items on the Marketplace. -- cgit v1.2.3 From ba90f3a8e4afb5eb303dab5f590db713ff82ec0e Mon Sep 17 00:00:00 2001 From: AndreyL ProductEngine Date: Wed, 24 Apr 2019 02:24:42 +0300 Subject: SL-10994 Removed Facebook In-world Sharing SL-11024 Fixed Twitter connect failure --- indra/newview/skins/default/xui/en/strings.xml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'indra/newview/skins/default/xui/en/strings.xml') diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index e567e410bc..1e4ab75d66 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -202,13 +202,7 @@ Please try logging in again in a minute. You were sent to an invalid region. Testing viewer disconnect - - Connecting to Facebook... - Posting... - Disconnecting from Facebook... - Problem connecting to Facebook - Problem posting to Facebook - Problem disconnecting from Facebook + Connecting to Flickr... Posting... Disconnecting from Flickr... @@ -3656,9 +3650,6 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. Drag items from inventory here - - You posted to Facebook. - You posted to Flickr. @@ -4090,7 +4081,6 @@ Try enclosing path to the editor with double quotes. Conversations Compass Destinations - Facebook Flickr Gestures Grid status @@ -4123,7 +4113,6 @@ Try enclosing path to the editor with double quotes. Converse with everyone Compass Destinations of interest - Post to Facebook Upload to Flickr Gestures for your avatar Show current Grid status -- cgit v1.2.3 From 4af78ca09ebb8115bd70e0c3cc8f7f2cd3a0c9ed Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Thu, 9 May 2019 15:19:37 +0300 Subject: SL-11121 FIXED Viewer crashes after clicking the 'Edit' button in the notecard floater --- indra/newview/skins/default/xui/en/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/skins/default/xui/en/strings.xml') diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 1e4ab75d66..982e26ae58 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -3936,7 +3936,7 @@ Please check http://status.secondlifegrid.net to see if there is a known problem There are no items in this outfit - Select an editor using the ExternalEditor setting. + Select an editor by setting the environment variable LL_SCRIPT_EDITOR or the ExternalEditor setting. Cannot find the external editor you specified. Try enclosing path to the editor with double quotes. (e.g. "/path to my/editor" "%s") -- cgit v1.2.3