Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 committed Jul 20, 2023
1 parent 7bb257b commit f0a77bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions SuperGrate/Classes/UserList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public static class ULControl
{ ULColumnType.SecurityIdentifier, Language.Get("Class/UserList/Column/SecurityIdentifier") },
{ ULColumnType.SourceNTAccount, Language.Get("Class/UserList/Column/SourceUserName") },
{ ULColumnType.DestinationNTAccount, Language.Get("Class/UserList/Column/DestinationUserName") },
{ ULColumnType.SourceComputer, Language.Get("SourceComputer") },
{ ULColumnType.DestinationComputer, Language.Get("DestinationComputer") },
{ ULColumnType.SourceComputer, Language.Get("Class/UserList/Column/SourceComputer") },
{ ULColumnType.DestinationComputer, Language.Get("Class/UserList/Column/DestinationComputer") },
{ ULColumnType.ImportedBy, Language.Get("Class/UserList/Column/ImportedBy") },
{ ULColumnType.ImportedOn, Language.Get("Class/UserList/Column/ImportedOn") },
{ ULColumnType.ExportedBy, Language.Get("Class/UserList/Column/ExportedBy") },
Expand Down
7 changes: 2 additions & 5 deletions SuperGrate/Localization/en-US.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
<Store>store</Store>
<SourceComputer>Source computer</SourceComputer>
<DestinationComputer>Destination computer</DestinationComputer>



<FailedToWatchRemoteLog>Failed to watch remote log file at {0}.</FailedToWatchRemoteLog>
<FailedToWriteStoreParameterTo>Failed to write store parameter(s) to {0}.</FailedToWriteStoreParameterTo>
<FailedToDownloadUSMT>Failed to automatically download USMT from the web, please download USMT and update the SuperGrate.xml accordingly.</FailedToDownloadUSMT>
Expand All @@ -46,8 +43,6 @@
<USMTFinished>USMT Finished.</USMTFinished>
<CleaningUp>Cleaning up...</CleaningUp>
<DecompressingUSMT>Decompressing USMT...</DecompressingUSMT>


<ApplyingUserStateOn>Applying user state {0} on {1}....</ApplyingUserStateOn>
<CapturingUserStateOn>Capturing user state {0} on {1}....</CapturingUserStateOn>
<UploadingUSMTTo>Uploading USMT to {0}...</UploadingUSMTTo>
Expand Down Expand Up @@ -190,6 +185,8 @@
<ImportedOn>Imported on</ImportedOn>
<ExportedBy>Exported by</ExportedBy>
<ExportedOn>Exported on</ExportedOn>
<SourceComputer>{SourceComputer}</SourceComputer>
<DestinationComputer>{DestinationComputer}</DestinationComputer>
</Column>
</UserList>
</Class>
Expand Down

0 comments on commit f0a77bf

Please sign in to comment.