main: simplify conversion error message
This commit is contained in:
@@ -230,7 +230,7 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
catch (ConversionError &e)
|
catch (ConversionError &e)
|
||||||
{
|
{
|
||||||
Statusbar::printf("Couldn't convert value \"%1%\" to target type", e.value());
|
Statusbar::printf("Invalid value: %1%", e.value());
|
||||||
}
|
}
|
||||||
catch (OutOfBounds &e)
|
catch (OutOfBounds &e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user