You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openPanel.message = [NSStringstringWithFormat:@"Choose location to save configuration files. Configuration files for project\n‘%@’ will be saved in a folder named '%@'.", [fileURL lastPathComponent], [[NSUserDefaultsstandardUserDefaults] stringForKey:TPSDestinationFolderName]];
101
-
#else
102
-
openPanel.message = [NSStringstringWithFormat:@"Choose location to save configuration files for project ‘%@’.", [fileURL lastPathComponent]];
103
-
#endif
96
+
openPanel.message = [NSStringstringWithFormat:@"Choose location to save configuration files.\nConfiguration files for project ‘%@’\nwill be saved in a folder named '%@'.", [fileURL lastPathComponent], [[NSUserDefaultsstandardUserDefaults] stringForKey:TPSDestinationFolderName]];
0 commit comments