Skip to content

Commit

Permalink
Merge pull request #13 from aschnell/master
Browse files Browse the repository at this point in the history
- fixed typo
  • Loading branch information
aschnell committed Mar 7, 2014
2 parents 9f5a088 + 73db84c commit b16ec6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/DASDController.rb
Expand Up @@ -160,7 +160,7 @@ def Write
if unformatted_devices.size == 1
message = Builtins.sformat(_("Device %1 is not formatted. Format device now?"), unformatted_devices[0])
else
message = BUiltins.sformat(_("There are %1 unformatted devices. Format them now?"), unformatted_devices.size)
message = Builtins.sformat(_("There are %1 unformatted devices. Format them now?"), unformatted_devices.size)
end
if Popup.ContinueCancel( message )
unformatted_devices.each do | device |
Expand Down

0 comments on commit b16ec6c

Please sign in to comment.