@@ -36,7 +36,7 @@ public void DisablePortableMode()
3636#endif
3737 IndicateDeletion ( DataLocation . PortableDataPath ) ;
3838
39- MessageBox . Show ( "Flow. Launcher needs to restart to finish disabling portable mode, " +
39+ MessageBox . Show ( "Flow Launcher needs to restart to finish disabling portable mode, " +
4040 "after the restart your portable data profile will be deleted and roaming data profile kept" ) ;
4141
4242 UpdateManager . RestartApp ( Constant . ApplicationFileName ) ;
@@ -64,7 +64,7 @@ public void EnablePortableMode()
6464#endif
6565 IndicateDeletion ( DataLocation . RoamingDataPath ) ;
6666
67- MessageBox . Show ( "Flow. Launcher needs to restart to finish enabling portable mode, " +
67+ MessageBox . Show ( "Flow Launcher needs to restart to finish enabling portable mode, " +
6868 "after the restart your roaming data profile will be deleted and portable data profile kept" ) ;
6969
7070 UpdateManager . RestartApp ( Constant . ApplicationFileName ) ;
@@ -142,7 +142,7 @@ internal void IndicateDeletion(string filePathTodelete)
142142
143143 ///<summary>
144144 ///This method should be run at first before all methods during start up and should be run before determining which data location
145- ///will be used for Flow. Launcher.
145+ ///will be used for Flow Launcher.
146146 ///</summary>
147147 public void PreStartCleanUpAfterPortabilityUpdate ( )
148148 {
@@ -163,7 +163,7 @@ public void PreStartCleanUpAfterPortabilityUpdate()
163163 {
164164 FilesFolders . RemoveFolderIfExists ( roamingDataPath ) ;
165165
166- if ( MessageBox . Show ( "Flow. Launcher has detected you enabled portable mode, " +
166+ if ( MessageBox . Show ( "Flow Launcher has detected you enabled portable mode, " +
167167 "would you like to move it to a different location?" , string . Empty ,
168168 MessageBoxButton . YesNo ) == MessageBoxResult . Yes )
169169 {
@@ -179,7 +179,7 @@ public void PreStartCleanUpAfterPortabilityUpdate()
179179 {
180180 FilesFolders . RemoveFolderIfExists ( portableDataPath ) ;
181181
182- MessageBox . Show ( "Flow. Launcher has detected you disabled portable mode, " +
182+ MessageBox . Show ( "Flow Launcher has detected you disabled portable mode, " +
183183 "the relevant shortcuts and uninstaller entry have been created" ) ;
184184
185185 return ;
@@ -193,7 +193,7 @@ public bool CanUpdatePortability()
193193
194194 if ( roamingLocationExists && portableLocationExists )
195195 {
196- MessageBox . Show ( string . Format ( "Flow. Launcher detected your user data exists both in {0} and " +
196+ MessageBox . Show ( string . Format ( "Flow Launcher detected your user data exists both in {0} and " +
197197 "{1}. {2}{2}Please delete {1} in order to proceed. No changes have occured." ,
198198 DataLocation . PortableDataPath , DataLocation . RoamingDataPath , Environment . NewLine ) ) ;
199199
0 commit comments