Skip to content

Commit

Permalink
Localization correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 24, 2008
1 parent aa42f62 commit e787bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mojosetup_mainline.lua
Expand Up @@ -986,7 +986,7 @@ local function do_install(install)
-- !!! FIXME: when a user happens to pick an option no one tested...

if install.options ~= nil and install.optiongroups ~= nil then
MojoSetup.fatal(_("Config bug: no options"))
MojoSetup.fatal(_("BUG: no options"))
end

-- This is to save us the trouble of a loop every time we have to
Expand All @@ -995,7 +995,7 @@ local function do_install(install)
if install.medias ~= nil then
for k,v in pairs(install.medias) do
if MojoSetup.media[v.id] ~= nil then
MojoSetup.fatal(_("Config bug: duplicate media id"))
MojoSetup.fatal(_("BUG: duplicate media id"))
end
MojoSetup.media[v.id] = v
end
Expand Down

0 comments on commit e787bb6

Please sign in to comment.