mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
PAL10491. "... algo misses some hypothesis" -> "... algo misses nD hypothesis"
This commit is contained in:
parent
25c935e78a
commit
9048686ff8
@ -571,6 +571,8 @@ namespace SMESH{
|
||||
msg = msg.arg( error.algoDim );
|
||||
// %3 - global/local
|
||||
msg = msg.arg( QObject::tr( error.isGlobalAlgo ? "GLOBAL_ALGO" : "LOCAL_ALGO" ));
|
||||
// %4 - hypothesis dim == algoDim
|
||||
msg = msg.arg( error.algoDim );
|
||||
|
||||
if ( i ) resMsg += ";\n";
|
||||
resMsg += msg;
|
||||
|
@ -1204,7 +1204,7 @@ msgid "MISSING_ALGO"
|
||||
msgstr "%3 %2D algorithm is missing"
|
||||
|
||||
msgid "MISSING_HYPO"
|
||||
msgstr "%3 %2D algorithm \"%1\" misses some hypothesis"
|
||||
msgstr "%3 %2D algorithm \"%1\" misses %4D hypothesis"
|
||||
|
||||
msgid "NOT_CONFORM_MESH"
|
||||
msgstr "%3 %2D algorithm \"%1\" would produce not conform mesh: global \"Not Conform Mesh Allowed\" hypotesis is missing"
|
||||
@ -2928,17 +2928,3 @@ msgstr "Mesh is null"
|
||||
msgid "SMESHGUI_MeshOp::MESH_IS_NOT_DEFINED"
|
||||
msgstr "Mesh is not defined\nPlease specify it and try again"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user