UI: Fix tooltips for scene move up/down buttons

master
jp9000 2015-04-01 00:40:56 -07:00
parent d18a164c78
commit 3816b0bff9
1 changed files with 2 additions and 2 deletions

View File

@ -688,7 +688,7 @@
<normaloff>:/res/images/up.png</normaloff>:/res/images/up.png</iconset>
</property>
<property name="text">
<string>Basic.Main.MoveUp</string>
<string>MoveUp</string>
</property>
<property name="themeID" stdset="0">
<string notr="true">upArrowIconSmall</string>
@ -718,7 +718,7 @@
<normaloff>:/res/images/down.png</normaloff>:/res/images/down.png</iconset>
</property>
<property name="text">
<string>Basic.Main.MoveDown</string>
<string>MoveDown</string>
</property>
<property name="themeID" stdset="0">
<string notr="true">downArrowIconSmall</string>