Skip to content
Snippets Groups Projects
Commit b91a3967 authored by Vadim Savchuk's avatar Vadim Savchuk
Browse files

Fixed major bug EXT-4177: [BSI] Notification about inventory offer lacks article (a/an).

Changed the text to "<name> has given you this <item>".

--HG--
branch : product-engine
parent a656e7bb
No related branches found
No related tags found
No related merge requests found
...@@ -4985,7 +4985,7 @@ No valid parcel could be found. ...@@ -4985,7 +4985,7 @@ No valid parcel could be found.
icon="notify.tga" icon="notify.tga"
name="ObjectGiveItem" name="ObjectGiveItem"
type="offer"> type="offer">
An object named [OBJECTFROMNAME] owned by [NAME_SLURL] has given you [OBJECTTYPE]: An object named [OBJECTFROMNAME] owned by [NAME_SLURL] has given you this [OBJECTTYPE]:
[ITEM_SLURL] [ITEM_SLURL]
<form name="form"> <form name="form">
<button <button
...@@ -5007,7 +5007,7 @@ An object named [OBJECTFROMNAME] owned by [NAME_SLURL] has given you [OBJECTTYPE ...@@ -5007,7 +5007,7 @@ An object named [OBJECTFROMNAME] owned by [NAME_SLURL] has given you [OBJECTTYPE
icon="notify.tga" icon="notify.tga"
name="ObjectGiveItemUnknownUser" name="ObjectGiveItemUnknownUser"
type="offer"> type="offer">
An object named [OBJECTFROMNAME] owned by (an unknown Resident) has given you [OBJECTTYPE]: An object named [OBJECTFROMNAME] owned by (an unknown Resident) has given you this [OBJECTTYPE]:
[ITEM_SLURL] [ITEM_SLURL]
<form name="form"> <form name="form">
<button <button
...@@ -5029,7 +5029,7 @@ An object named [OBJECTFROMNAME] owned by (an unknown Resident) has given you [O ...@@ -5029,7 +5029,7 @@ An object named [OBJECTFROMNAME] owned by (an unknown Resident) has given you [O
icon="notify.tga" icon="notify.tga"
name="UserGiveItem" name="UserGiveItem"
type="offer"> type="offer">
[NAME_SLURL] has given you [OBJECTTYPE]: [NAME_SLURL] has given you this [OBJECTTYPE]:
[ITEM_SLURL] [ITEM_SLURL]
<form name="form"> <form name="form">
<button <button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment