diff --git a/DS4Windows/DS4Forms/AutoProfiles.xaml b/DS4Windows/DS4Forms/AutoProfiles.xaml index e53996f..6ca166c 100644 --- a/DS4Windows/DS4Forms/AutoProfiles.xaml +++ b/DS4Windows/DS4Forms/AutoProfiles.xaml @@ -116,8 +116,8 @@ - - + + diff --git a/DS4Windows/Translations/Strings.Designer.cs b/DS4Windows/Translations/Strings.Designer.cs index 986a1f8..37be829 100644 --- a/DS4Windows/Translations/Strings.Designer.cs +++ b/DS4Windows/Translations/Strings.Designer.cs @@ -132,6 +132,24 @@ namespace DS4WinWPF.Translations { } } + /// + /// Looks up a localized string similar to Process path. ^ABC = Match at the beginning of string (^) | ABC$ = Match at the end of string ($) | *ABC =Contains a string (*). + /// + public static string AutoProfPathTip { + get { + return ResourceManager.GetString("AutoProfPathTip", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Window title. ^ABC = Match at the beginning of string (^) | ABC$ = Match at the end of string ($) | *ABC =Contains a string (*). + /// + public static string AutoProfTitleTip { + get { + return ResourceManager.GetString("AutoProfTitleTip", resourceCulture); + } + } + /// /// Looks up a localized string similar to Battery. /// diff --git a/DS4Windows/Translations/Strings.resx b/DS4Windows/Translations/Strings.resx index b14a989..6186cb8 100644 --- a/DS4Windows/Translations/Strings.resx +++ b/DS4Windows/Translations/Strings.resx @@ -321,4 +321,10 @@ Move Down + + Process path. ^ABC = Match at the beginning of string (^) | ABC$ = Match at the end of string ($) | *ABC =Contains a string (*) + + + Window title. ^ABC = Match at the beginning of string (^) | ABC$ = Match at the end of string ($) | *ABC =Contains a string (*) + \ No newline at end of file