diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-04-27 15:16:21 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-04-27 15:16:21 +0300 |
commit | 94dc8f12f86adb3bf79b44ab0bc98e6c0f6899ee (patch) | |
tree | 7434d3d4dde8eedbad54d5b954579029026f1308 /indra/newview/skins/default/xui/ru/floater_preview_texture.xml | |
parent | a5eb15da0a89c6f9df7d426c0c3c41df445cfd2f (diff) | |
parent | d7f1c88c35849e56f5b352f13c16a08467d1533b (diff) |
Merge branch 'master' into DRTVWR-507-maint
Diffstat (limited to 'indra/newview/skins/default/xui/ru/floater_preview_texture.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ru/floater_preview_texture.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/ru/floater_preview_texture.xml b/indra/newview/skins/default/xui/ru/floater_preview_texture.xml index c9cb87282a..46d2a37503 100644 --- a/indra/newview/skins/default/xui/ru/floater_preview_texture.xml +++ b/indra/newview/skins/default/xui/ru/floater_preview_texture.xml @@ -10,12 +10,12 @@ Описание: </text> <text name="dimensions"> - [WIDTH]x[HEIGHT] пикселей + [WIDTH]пикселей x [HEIGHT]пикселей </text> <text name="aspect_ratio"> - Соотношение сторон + Просмотр изображения с соотношением сторон </text> - <combo_box name="combo_aspect_ratio" tool_tip="Просмотр изображения с другим соотношением сторон"> + <combo_box name="combo_aspect_ratio" tool_tip="Просмотр изображения с фиксированным соотношением сторон"> <combo_item name="Unconstrained"> Без ограничения </combo_item> @@ -42,6 +42,6 @@ </combo_item> </combo_box> <button label="OK" name="Keep"/> - <button label="Удалить" name="Discard"/> + <button label="Отменить" name="Discard"/> <button label="Сохранить как" name="save_tex_btn"/> </floater> |