mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[ui] Simplify error dialog titles and capitalize first letters
This commit is contained in:
parent
dea13eb48a
commit
04a7191b15
3 changed files with 5 additions and 5 deletions
|
@ -789,7 +789,7 @@ class Reconstruction(UIGraph):
|
|||
if len(filesByType["meshroomScenes"]) > 1:
|
||||
self.error.emit(
|
||||
Message(
|
||||
"Too many Meshroom Scenes",
|
||||
"Too Many Meshroom Scenes",
|
||||
"A single Meshroom scene (.mg file) can be imported at once."
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue