diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-08-24 01:23:52 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-08-24 01:23:52 +0300 |
commit | 7373fd91fa42b3fce0804ccd10899a5d1fdb5c36 (patch) | |
tree | 54a107f3415c04e6e493f54e156c3ac278d36f99 /indra/newview/skins/default/xui/ja/menu_url_objectim.xml | |
parent | 264d9c32d9e04df0ceeaf2a63f6872aad29dd46a (diff) | |
parent | d454512050e636a19e4b7545515dea4f4b1bbf0d (diff) |
Merge remote-tracking branch 'origin/main' into DRTVWR-489
# Conflicts:
# indra/llcommon/llsdserialize.cpp
# indra/llcommon/llsdserialize.h
# indra/llmath/llvolume.cpp
# indra/llrender/llgl.cpp
# indra/llxml/llcontrol.cpp
# indra/newview/llpanelnearbymedia.cpp
# indra/newview/llsceneview.cpp
# indra/newview/llselectmgr.cpp
# indra/newview/llstartup.cpp
# indra/newview/lltextureview.cpp
# indra/newview/llvovolume.cpp
# indra/newview/skins/default/xui/en/menu_viewer.xml
Diffstat (limited to 'indra/newview/skins/default/xui/ja/menu_url_objectim.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/menu_url_objectim.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/ja/menu_url_objectim.xml b/indra/newview/skins/default/xui/ja/menu_url_objectim.xml index 96f8b3f7b1..06defa7aed 100644 --- a/indra/newview/skins/default/xui/ja/menu_url_objectim.xml +++ b/indra/newview/skins/default/xui/ja/menu_url_objectim.xml @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <context_menu name="Url Popup"> - <menu_item_call label="オブジェクトのプロフィール..." name="show_object"/> - <menu_item_call label="ブロック..." name="block_object"/> + <menu_item_call label="オブジェクトのプロフィール…" name="show_object"/> + <menu_item_call label="ブロック…" name="block_object"/> <menu_item_call label="ブロック解除" name="unblock_object"/> - <menu_item_call label="地図に表示" name="show_on_map"/> + <menu_item_separator/> + <menu_item_call label="マップに表示" name="show_on_map"/> <menu_item_call label="オブジェクトの場所にテレポート" name="teleport_to_object"/> + <menu_item_separator/> <menu_item_call label="オブジェクト名をクリップボードにコピー" name="url_copy_label"/> - <menu_item_call label="SLurl をクリップボードにコピー" name="url_copy"/> + <menu_item_call label="SLurlをクリップボードにコピー" name="url_copy"/> </context_menu> |