Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
917a29fa
Commit
917a29fa
authored
Feb 04, 2015
by
Fabio Bas
Browse files
This error message needs to explain itself a bit better
parent
4ebcfc6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
oracle/src/oraclewizard.cpp
View file @
917a29fa
...
@@ -289,7 +289,7 @@ void LoadSetsPage::readSetsFromByteArray(QByteArray data)
...
@@ -289,7 +289,7 @@ void LoadSetsPage::readSetsFromByteArray(QByteArray data)
if
(
uz
.
fileList
().
size
()
!=
1
)
if
(
uz
.
fileList
().
size
()
!=
1
)
{
{
zipDownloadFailed
(
tr
(
"
T
he Zip archive doesn't contain exactly one file."
));
zipDownloadFailed
(
tr
(
"
Zip extraction failed: t
he Zip archive doesn't contain exactly one file."
));
return
;
return
;
}
}
fileName
=
uz
.
fileList
().
at
(
0
);
fileName
=
uz
.
fileList
().
at
(
0
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment