Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Fix typos in message texts (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor authored Feb 7, 2024
1 parent a5bba3f commit 0dec8c7
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions obsolete/2020-07-20/AasxGenerate/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static AdminShell.Submodel CreateSubmodelCad(
unit: "",
definition: new[] {
"DE", "Eindeutige Kennung Format der eingebetteten CAD Datei im eCl@ss Standard.",
"EN", "Unambigous ID of format of embedded CAD file in eCl@ss standard." }
"EN", "Unambiguous ID of format of embedded CAD file in eCl@ss standard." }
);

// SUB MODEL
Expand Down Expand Up @@ -175,7 +175,7 @@ public static AdminShell.Submodel CreateSubmodelDocumentation(InputFilePrefs pre
preferredNames: new [] { "DE", "Datei-Identifikation Dokument", "EN", "File identification for document" },
shortName: "FileId",
definition: new [] { "DE", "Eindeutige Kennung, um bereitgestellte Dokumente unabhängig von Name und Version sicher unterscheiden zu können.",
"EN", "Unambigous ID of file, in order to safely distinguish provided files independent from name and version." }
"EN", "Unambiguous ID of file, in order to safely distinguish provided files independent from name and version." }
);
var cdFilename = AdminShell.ConceptDescription.CreateNew(AdminShell.Identification.IRDI, "0173-1#02-AAD005#005");
Expand Down
2 changes: 1 addition & 1 deletion src/AasxDictionaryImport/Eclass/Model.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private string FetchXmlFile(string irdi)
certFound = false;
X509Certificate2Collection scollection = X509Certificate2UI.SelectFromCollection(fcollection2,
"Test Certificate Select",
"Select an ECLASS client certificate which you alreay imported into your certificate store",
"Select an ECLASS client certificate which you already imported into your certificate store",
X509SelectionFlag.SingleSelection);
if (scollection.Count != 0)
{
Expand Down
4 changes: 2 additions & 2 deletions src/AasxPackageLogic/DispEditHelperEntities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public void DisplayOrEditAasEntityAssetInformation(
this.AddHintBubble(stack, hintMode, new[] {
new HintCheck(
() => string.IsNullOrEmpty(asset.GlobalAssetId) == true,
"It is strobly encouraged to have the AAS associated with an global asset id from the " +
"very beginning. If the AAS describes a product, the individual asset id should to be " +
"It is strongly encouraged to have the AAS associated with a global asset id from the " +
"very beginning. If the AAS describes a product, the individual asset id should be " +
"found on its name plate. " +
"This attribute is required as soon as the AAS is exchanged via partners in " +
"the life cycle of the asset.",
Expand Down
2 changes: 1 addition & 1 deletion src/AasxPackageLogic/DispEditHelperMiniModules.cs
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ public void ExtensionHelper(
new[] {
new HintCheck(
() => !extension.Name.HasContent(),
"A name specification shall be given and unqiue within this list!")
"A name specification shall be given and unique within this list!")
});
AddKeyValueExRef(
substack, "name", extension, extension.Name, null, repo,
Expand Down
2 changes: 1 addition & 1 deletion src/AasxPackageLogic/DispEditHelperModules.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void DisplayOrEditEntityReferable(AnyUiStackPanel stack,
return true == referable.IdShort?.Contains("---");
},
"The idShort contains 3 dashes. Probably, the entitiy was auto-named " +
"to keep it unqiue because of an operation such a copy/ paste.",
"to keep it unique because of an operation such a copy/ paste.",
severityLevel: HintCheck.Severity.Notice)
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/AasxPluginDigitalNameplate/NameplateAnyUiControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ public AnyUiFrameworkElement RenderAnyUiNameplateData(
.Set(description: "SerialNumber:\n" +
"Unique combination of numbers and letters used to identify the " +
"product (asset) instance once it has been manufactured. Does not need to be " +
"worldwide unqiue, only for the manufacturer."));
"worldwide unique, only for the manufacturer."));

// Product designation

Expand Down
8 changes: 4 additions & 4 deletions src/AasxPluginDocumentShelf/DocuShelfSemanticConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public static FormDescSubmodelElementCollection CreateVdi2770TemplateDesc(Docume

descDoc.Add(new FormDescProperty(
"DocumentId", FormMultiplicity.One, semConfig.SemIdDocumentId, "DocumentId",
"The combination of DocumentId and DocumentVersionId shall be unqiue."));
"The combination of DocumentId and DocumentVersionId shall be unique."));

descDoc.Add(new FormDescProperty(
"IsPrimary", FormMultiplicity.One, semConfig.SemIdIsPrimaryDocumentId, "IsPrimary",
Expand All @@ -248,7 +248,7 @@ public static FormDescSubmodelElementCollection CreateVdi2770TemplateDesc(Docume

var descDocName = new FormDescProperty(
"ClassName", FormMultiplicity.One, semConfig.SemIdDocumentClassName, "ClassName",
"VDI2770 ClassName of the document. This property is automaticall computed based on ClassId.",
"VDI2770 ClassName of the document. This property is automatically computed based on ClassId.",
isReadOnly: true);

descDocName.SlaveOfIdShort = "ClassId";
Expand Down Expand Up @@ -280,7 +280,7 @@ public static FormDescSubmodelElementCollection CreateVdi2770TemplateDesc(Docume

descDocVer.Add(new FormDescProperty(
"DocumentVersionId", FormMultiplicity.One, semConfig.SemIdDocumentVersionIdValue, "DocumentVersionId",
"The combination of DocumentId and DocumentVersionId shall be unqiue."));
"The combination of DocumentId and DocumentVersionId shall be unique."));

descDocVer.Add(new FormDescProperty(
"Languages", FormMultiplicity.ZeroToMany, semConfig.SemIdLanguage, "Language{0}",
Expand Down Expand Up @@ -450,7 +450,7 @@ public static FormDescSubmodelElementCollection CreateVdi2770v11TemplateDesc()
descDocVer.Add(new FormDescProperty(
"DocumentVersionId", FormMultiplicity.One, defs.CD_DocumentVersionId?.GetSingleKey(),
"DocumentVersionId",
"Unambigous identification number of a DocumentVersion."));
"Unambiguous identification number of a DocumentVersion."));

descDocVer.Add(new FormDescMultiLangProp(
"Title", FormMultiplicity.One, defs.CD_Title?.GetSingleKey(), "Title",
Expand Down
2 changes: 1 addition & 1 deletion src/AasxPluginDocumentShelf/ShelfAnyUiControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ private async Task DocumentEntity_MenuClick(DocumentEntity e, string menuItemHea
}
catch (Exception ex)
{
_log?.Error(ex, "while saveing digital file to user specified loacation");
_log?.Error(ex, "while saving digital file to user specified location");
}

// OK
Expand Down
2 changes: 1 addition & 1 deletion src/AasxPluginMtpViewer/WpfMtpControlWrapper.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ private void ReportOnConfiguration(RichTextBox rtb)
AddToRichTextBox(rtb,
"The following JSON elements could be pasted into the options file named " + "" +
"'AasxPluginMtpViewer.options.json'. " +
"Prior to pasting, an appropriate symbol full name needs to be choosen from above list. " +
"Prior to pasting, an appropriate symbol full name needs to be chosen from above list. " +
"For the eClass strings, multiples choices can be delimited by ';'. " +
"For EClassVersions, 'null' disables version checking. " +
"Either EClassClasses or EClassIRDIs shall be different to 'null'.");
Expand Down
2 changes: 1 addition & 1 deletion src/AasxToolkit/Generate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public static Submodel CreateSubmodelCad(
unit: "",
definition: new[] {
"de", "Eindeutige Kennung Format der eingebetteten CAD Datei im ECLASS Standard.",
"en", "Unambigous ID of format of embedded CAD file in ECLASS standard." }
"en", "Unambiugous ID of format of embedded CAD file in ECLASS standard." }
);

// SUB MODEL
Expand Down
2 changes: 1 addition & 1 deletion src/WpfMtpVisuViewer/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ private void ReportOnConfiguration(RichTextBox rtb)
AddToRichTextBox(rtb,
"The following JSON elements could be pasted into the options file named " + "" +
"'AasxPluginMtpViewer.options.json'. " +
"Prior to pasting, an appropriate symbol full name needs to be choosen from above list. " +
"Prior to pasting, an appropriate symbol full name needs to be chosen from above list. " +
"For the eClass strings, multiples choices can be delimited by ';'. " +
"For EClassVersions, 'null' disables version checking. " +
"Either EClassClasses or EClassIRDIs shall be different to 'null'.");
Expand Down

0 comments on commit 0dec8c7

Please sign in to comment.