Skip to content

Commit

Permalink
Corrected screen-resize button text.
Browse files Browse the repository at this point in the history
  • Loading branch information
bil-bas committed Nov 28, 2011
1 parent 13a5c62 commit 58adb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scenes/options_multimedia.rb
Expand Up @@ -50,7 +50,7 @@ def setup
x += gui_controls.last.width + LINE_SPACING

unless user_data.fullscreen?
gui_controls << Button.new(t.button.decrease_size.string, at: [x, y], size: ITEM_SIZE, tip: t.button.increase_size.tip) do
gui_controls << Button.new(t.button.increase_size.string, at: [x, y], size: ITEM_SIZE, tip: t.button.increase_size.tip) do
scale_up
end
end
Expand Down

0 comments on commit 58adb06

Please sign in to comment.