diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-12-19 20:05:38 +0200 | 
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-12-19 20:05:38 +0200 | 
| commit | a4d1af489fda6be225f15ed73d664d40056fd3e8 (patch) | |
| tree | cf0d1b2ada6d9204f12b9f8f6b4a9e2d73808038 | |
| parent | 433287cd4436d4bd0435c6d16aab4e7ec126997b (diff) | |
SL-11315 Updated labels and notification
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 4 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_sound.xml | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 1c72aec700..669d6a40c6 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -6062,7 +6062,7 @@ Would you like to turn off Do Not Disturb before completing this transaction?     name="ParcelPlayingMedia"        persist="false"     type="notify"> -This land has media: +This location plays media:  [URL]  Would you like to play it?      <tag>confirm</tag> @@ -6080,7 +6080,7 @@ Would you like to play it?         ignore="Ignore Media"         index="0"         name="No" -       text="Ignore"/> +       text="Don't play"/>      </form>    </notification> diff --git a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml index 90f2ca2713..c2defdd772 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_sound.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_sound.xml @@ -344,11 +344,11 @@          name="media_auto_play_combo"          width="100">        <item -          label="Disabled" +          label="No"            name="autoplay_disabled"            value="0"/>              <item -          label="Enabled" +          label="Yes"            name="autoplay_enabled"            value="1"/>        <item | 
