diff options
author | Merov Linden <merov@lindenlab.com> | 2014-06-11 19:19:44 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-06-11 19:19:44 -0700 |
commit | 10dc6854a8f677c206aa9d3595f63223d542260e (patch) | |
tree | 16dc3dd6e48cb94e8ef3fa48629f09cd883f08cf /indra/newview/skins/default/xui/en | |
parent | 40e847d6f1d42ac7a97396de31b362a788638959 (diff) |
DD-130 : Count all folders and subfolders from the version folder excluding the version folder itself
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rwxr-xr-x | indra/newview/skins/default/xui/en/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 2e8970b09f..2db84f2ab0 100755 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -217,8 +217,8 @@ Please try logging in again in a minute.</string> <string name="TooltipOutboxLinked">You can not put linked items or folders on the marketplace</string> <string name="TooltipOutboxCallingCard">You can not put calling cards on the marketplace</string> <string name="TooltipOutboxFolderLevels">Depth of nested folders exceeds [AMOUNT]</string> - <string name="TooltipOutboxTooManyFolders">Subfolder count in top-level folder exceeds [AMOUNT]</string> - <string name="TooltipOutboxTooManyObjects">Item count in top-level folder exceeds [AMOUNT]</string> + <string name="TooltipOutboxTooManyFolders">Subfolders count exceeds [AMOUNT]</string> + <string name="TooltipOutboxTooManyObjects">Items count exceeds [AMOUNT]</string> <string name="TooltipOutboxDragActive">You can't move an active listed listing</string> <string name="TooltipDragOntoOwnChild">You can't move a folder into its child</string> |