diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-12-16 16:35:21 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-12-16 16:35:21 -0800 |
commit | 5b6fe3a8388ae8f3b0e49899a1ff4a0b5aca35fd (patch) | |
tree | 08bac6a4fd2742f4113f182d0199834f016af4f9 /indra/newview | |
parent | 2beaa0585e90bd019d8c73142f886eead4a364ee (diff) |
EXP-1730 FIX -- Library items can be dragged and dropped to Outbox floater and folders are not created for items
* Updated to proper tooltip string
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index ff980955e0..3f12067048 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -2108,7 +2108,7 @@ BOOL LLFolderBridge::dragCategoryIntoFolder(LLInventoryCategory* inv_cat, { if (move_is_into_outbox) { - tooltip_msg = tooltip_msg = LLTrans::getString("TooltipOutboxNoTransferLibrary"); + tooltip_msg = tooltip_msg = LLTrans::getString("TooltipOutboxNotInInventory"); accept = FALSE; } else |