diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-27 13:04:08 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-27 13:04:08 +0000 |
commit | c25d59a948f8659cecb3a690613ffacbadd31ed7 (patch) | |
tree | a0b510cd2e6f1b8607470c6f4d33a1087476efd7 /indra/newview/skins/default/xui/pl/floater_moveview.xml | |
parent | cb7ea3f354f8305471e40090fff96e868517b60e (diff) | |
parent | 4f766829f394cf14d29ca272b1e9c3e228ea36de (diff) |
merge from viewer-2-0
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> |