diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-29 18:28:51 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-29 18:28:51 +0300 |
commit | f8e44a89740481675c55caac8b98ae1fee8627b9 (patch) | |
tree | 5878b3cc20475dcd53c03dccf6db84b87d4d0c22 /indra/newview/skins/default/xui/pl/floater_moveview.xml | |
parent | f5fa5dbb25a81d59331e1e84fe56561afb5cd5bd (diff) | |
parent | 8654ba5e2571e07c8d2fd898027abf6f85777905 (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_moveview.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pl/floater_moveview.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_moveview.xml b/indra/newview/skins/default/xui/pl/floater_moveview.xml index 9f93335177..9c97a8a0e7 100644 --- a/indra/newview/skins/default/xui/pl/floater_moveview.xml +++ b/indra/newview/skins/default/xui/pl/floater_moveview.xml @@ -28,8 +28,8 @@ Lataj </string> <panel name="panel_actions"> - <button label="" label_selected="" name="turn left btn" tool_tip="Obróć w Lewo (naciśnij Lewą Strzałkę lub A)"/> - <button label="" label_selected="" name="turn right btn" tool_tip="Obróć w Prawo (naciśnij Prawą Strzałkę lub D)"/> + <button label="" label_selected="" name="turn left btn" tool_tip="Obróć w lewo (naciśnij Lewą Strzałkę lub A)"/> + <button label="" label_selected="" name="turn right btn" tool_tip="Obróć w prawo (naciśnij Prawą Strzałkę lub D)"/> <button label="" label_selected="" name="move up btn" tool_tip="Leć do góry, naciśnij E"/> <button label="" label_selected="" name="move down btn" tool_tip="Leć w dół, naciśnij C"/> <joystick_turn name="forward btn" tool_tip="Idź (naciśnij Strzałkę w Górę lub W)"/> @@ -38,6 +38,6 @@ <panel name="panel_modes"> <button label="" name="mode_walk_btn" tool_tip="Tryb chodzenia"/> <button label="" name="mode_run_btn" tool_tip="Tryb biegu"/> - <button label="" name="mode_fly_btn" tool_tip="Tryb Latania"/> + <button label="" name="mode_fly_btn" tool_tip="Tryb latania"/> </panel> </floater> |