Make it clear that item drop targets are for items.

This commit is contained in:
Inusaito Sayori
2014-04-24 22:12:20 -04:00
parent ffa5e6099d
commit 4a630b1780

View File

@@ -3067,10 +3067,10 @@ Where tag = tag string to match. Removes bot's matching the tag.
<!-- *** END OF OpenSimulator & Aurora-Sim syntax section *** -->
<!-- Strings needed by drop targets -->
<string name="CurrentlyNotSet">Currently not set</string>
<string name="CurrentlySetTo">Currently set to: [ITEM]</string>
<string name="CurrentlyNotSet">Item currently not set</string>
<string name="CurrentlySetTo">Item currently set to: [ITEM]</string>
<string name="CurrentlySetToAnItemNotOnThisAccount">Currently set to an item not on this account</string>
<string name="NotLoggedIn">Not logged in</string>
<string name="NotLoggedIn">Not logged in, item display unavailable</string>
<!-- Non-standard LLChat strings -->
<string name="ScriptCounting">Counting scripts, please wait...</string>