diff --git a/mRemoteV1/App/Runtime.cs b/mRemoteV1/App/Runtime.cs
index aae2811a..ce0ac35b 100644
--- a/mRemoteV1/App/Runtime.cs
+++ b/mRemoteV1/App/Runtime.cs
@@ -147,7 +147,14 @@ namespace mRemoteNG.App
{
try
{
- CTaskDialog.ShowTaskDialogBox(GeneralAppInfo.ProductName, Language.ConfigurationFileNotFound, "", "", "", "", "", string.Join(" | ", commandButtons), ETaskDialogButtons.None, ESysIcons.Question, ESysIcons.Question);
+ CTaskDialog.ShowTaskDialogBox(
+ GeneralAppInfo.ProductName,
+ Language.ConnectionFileNotFound,
+ "", "", "", "", "",
+ string.Join(" | ", commandButtons),
+ ETaskDialogButtons.None,
+ ESysIcons.Question,
+ ESysIcons.Question);
switch (CTaskDialog.CommandButtonResult)
{
diff --git a/mRemoteV1/Resources/Language/Language.Designer.cs b/mRemoteV1/Resources/Language/Language.Designer.cs
index 466e4c6d..d37249b5 100644
--- a/mRemoteV1/Resources/Language/Language.Designer.cs
+++ b/mRemoteV1/Resources/Language/Language.Designer.cs
@@ -19,7 +19,7 @@ namespace mRemoteNG {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Language {
@@ -61,7 +61,7 @@ namespace mRemoteNG {
}
///
- /// Looks up a localized string similar to Create a New Configuration File.
+ /// Looks up a localized string similar to Create a New Connection File.
///
internal static string ConfigurationCreateNew {
get {
@@ -78,15 +78,6 @@ namespace mRemoteNG {
}
}
- ///
- /// Looks up a localized string similar to The Configuration File is Missing..
- ///
- internal static string ConfigurationFileNotFound {
- get {
- return ResourceManager.GetString("ConfigurationFileNotFound", resourceCulture);
- }
- }
-
///
/// Looks up a localized string similar to Import an Existing File.
///
@@ -96,6 +87,15 @@ namespace mRemoteNG {
}
}
+ ///
+ /// Looks up a localized string similar to The connection file could not be found..
+ ///
+ internal static string ConnectionFileNotFound {
+ get {
+ return ResourceManager.GetString("ConnectionFileNotFound", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Connection successful.
///
diff --git a/mRemoteV1/Resources/Language/Language.resx b/mRemoteV1/Resources/Language/Language.resx
index 2073b5ed..921d20cc 100644
--- a/mRemoteV1/Resources/Language/Language.resx
+++ b/mRemoteV1/Resources/Language/Language.resx
@@ -2590,10 +2590,10 @@ This page will walk you through the process of upgrading your connections file o
Could not find external tool with name "{0}"
- Create a New Configuration File
+ Create a New Connection File
-
- The Configuration File is Missing.
+
+ The connection file could not be found.
Import an Existing File