diff options
author | Cho <cho@lindenlab.com> | 2013-11-01 20:47:28 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-11-01 20:47:28 +0100 |
commit | 1b8b6e76bf175c4d0ead8d3fc6f01558066cbec9 (patch) | |
tree | 637b81c17dab6a72081a8e06065a9ca5f1cf806f /indra/newview/skins/default | |
parent | a52fba0e48d28c3a3d40302192cd1eaef393e96f (diff) |
added LLFlickrConnect for ACME-1116
Diffstat (limited to 'indra/newview/skins/default')
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 9 | ||||
-rwxr-xr-x | indra/newview/skins/default/xui/en/strings.xml | 3 |
2 files changed, 11 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index e7c89db069..b562c5cb5e 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6044,7 +6044,14 @@ Please select at least one type of content to search (General, Moderate, or Adul type="notifytip"> [MESSAGE] </notification> - + + <notification + icon="notify.tga" + name="FlickrConnect" + type="notifytip"> + [MESSAGE] + </notification> + <notification icon="notify.tga" name="PaymentReceived" diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 8ac95beddb..0d2083632d 100755 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -3442,6 +3442,9 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. <string name="facebook_post_success"> You posted to Facebook. </string> + <string name="flickr_post_success"> + You posted to Flickr. + </string> <string name="no_session_message"> (IM Session Doesn't Exist) |