diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-10-13 11:01:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-13 12:01:38 +0300 |
commit | 2252f0fc932e9cd3533c72b96bdb032b7ef89da1 (patch) | |
tree | 942d356259a0cfbbdff3c8b7dec5535e86b6d3e3 /indra/newview/skins/default/xui/en | |
parent | 8ce04ba92a4821e935b672451abf92df8c8f997d (diff) |
Fix time format copy&paste error (#2844)
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml b/indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml index cc7942abea..1aa216d6b4 100644 --- a/indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml +++ b/indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml @@ -30,7 +30,7 @@ </floater.string> <floater.string name="acquiredDateAMPM"> - [wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [ampm,datetime,local] [year,datetime,local] + [wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour12,datetime,local]:[min,datetime,local]:[second,datetime,local] [ampm,datetime,local] [year,datetime,local] </floater.string> <icon follows="top|right" |