mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Change ".." punctuation for "..." in editor strings (#16507)
(cherry picked from commit 1c419531a0)
			
			
This commit is contained in:
		
							parent
							
								
									e09170dffa
								
							
						
					
					
						commit
						403f7dc35f
					
				
					 39 changed files with 203 additions and 203 deletions
				
			
		|  | @ -136,7 +136,7 @@ void FileAccessUnix::close() { | |||
| 	if (save_path != "") { | ||||
| 
 | ||||
| 		//unlink(save_path.utf8().get_data());
 | ||||
| 		//print_line("renaming..");
 | ||||
| 		//print_line("renaming...");
 | ||||
| 		int rename_error = rename((save_path + ".tmp").utf8().get_data(), save_path.utf8().get_data()); | ||||
| 
 | ||||
| 		if (rename_error && close_fail_notify) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Hugo Locurcio
						Hugo Locurcio