diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-12-01 06:42:10 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2022-12-01 21:43:20 +0200 |
commit | c0f598c10376f12310660a729f4a763dbf46368e (patch) | |
tree | ba5547e71256af300f5acf8cb49772fa556cc15b /indra/newview/skins | |
parent | 9e8f15bc4b153264c9691912cea1effdbaad3da5 (diff) |
SL-18725 Texture picker should explain why dropping texture isn't allowed
Show a tooltip on drag&drop
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index e7e1a24f5e..255aff06be 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -319,6 +319,11 @@ Only items with unrestricted 'next owner' permissions can be attached to notecards. </string> + <string name="TooltipTextureRestrictedDrop"> +Only textures with unrestricted +copy and transfer permissions +are allowed. + </string> <!-- searching - generic --> <string name="Searching">Searching...</string> |