diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-30 15:04:49 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-03-30 15:04:49 +0300 |
commit | c15ee792a7248cf141abb3ae6a26b33a5aca1ed7 (patch) | |
tree | c563ab45647a82a209d5323c13cfa88b8a9a9930 /indra/newview/skins/default/xui/en/notifications.xml | |
parent | 198cd4df09d4d6aa9c5bbb6be9c4395d134f9f13 (diff) |
SL-19379 WIP allow hide link items in search result
Diffstat (limited to 'indra/newview/skins/default/xui/en/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e6f670aa39..e8a19d3f1f 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -3252,7 +3252,8 @@ See https://wiki.secondlife.com/wiki/Adding_Spelling_Dictionaries label="Rename Selected Item" name="RenameItem" type="alertmodal"> - Choose a new name for [NAME] + Choose a new name for: +[NAME] <tag>confirm</tag> <form name="form"> <input name="new_name" type="text" width="300"> |