diff --git a/BestPracticeRules/README.md b/BestPracticeRules/README.md
index 33a1463..95f6042 100644
--- a/BestPracticeRules/README.md
+++ b/BestPracticeRules/README.md
@@ -2,6 +2,8 @@
Make sure to also check out the [PowerBI.com blog post](https://powerbi.microsoft.com/en-us/blog/best-practice-rules-to-improve-your-models-performance/ "PowerBI.com blog post") on this topic!
+Also, check out this [post](https://www.elegantbi.com/post/bestpracticerulesavings "Best Practice Rule Savings") for quantifying the savings of following specific Best Practice Rules.
+
## Purpose
Running this collection of rules inside [Tabular Editor](https://tabulareditor.com/ "Tabular Editor")'s [Best Practice Analyzer](https://docs.tabulareditor.com/Best-Practice-Analyzer.html "Best Practice Analyzer") will inform you of potential issues to fix or improvements to be made with regard to performance optimization and model design.
diff --git a/MetadataTranslator/MTCmd/Strings.Designer.cs b/MetadataTranslator/MTCmd/Strings.Designer.cs
index 59c55a1..145cb2a 100644
--- a/MetadataTranslator/MTCmd/Strings.Designer.cs
+++ b/MetadataTranslator/MTCmd/Strings.Designer.cs
@@ -151,7 +151,7 @@ namespace MTCmd {
}
///
- /// Looks up a localized string similar to Machine Translator command-line app.
+ /// Looks up a localized string similar to Metadata Translator command-line app.
///
internal static string rootCmdDescription {
get {
diff --git a/MetadataTranslator/MTCmd/Strings.resx b/MetadataTranslator/MTCmd/Strings.resx
index 1ce367e..972f3e6 100644
--- a/MetadataTranslator/MTCmd/Strings.resx
+++ b/MetadataTranslator/MTCmd/Strings.resx
@@ -148,6 +148,6 @@
Use the --import-file option to specify an import file for this operation.
- Machine Translator command-line app
+ Metadata Translator command-line app
\ No newline at end of file