mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	fix #1988
This commit is contained in:
		@@ -336,6 +336,7 @@ visibility = Visibility
 | 
				
			|||||||
visiblity_helper = This repository is <span class="ui red text">Private</span>
 | 
					visiblity_helper = This repository is <span class="ui red text">Private</span>
 | 
				
			||||||
visiblity_helper_forced = Site admin has forced all new repositories to be <span class="ui red text">Private</span>
 | 
					visiblity_helper_forced = Site admin has forced all new repositories to be <span class="ui red text">Private</span>
 | 
				
			||||||
visiblity_fork_helper = (Change of this value will affect all forks)
 | 
					visiblity_fork_helper = (Change of this value will affect all forks)
 | 
				
			||||||
 | 
					clone_helper = Need help cloning? Visit <a target="_blank" href="%s">Help</a>!
 | 
				
			||||||
fork_repo = Fork Repository
 | 
					fork_repo = Fork Repository
 | 
				
			||||||
fork_from = Fork From
 | 
					fork_from = Fork From
 | 
				
			||||||
fork_visiblity_helper = You cannot alter the visibility of a forked repository.
 | 
					fork_visiblity_helper = You cannot alter the visibility of a forked repository.
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							@@ -17,7 +17,7 @@ import (
 | 
				
			|||||||
	"github.com/gogits/gogs/modules/setting"
 | 
						"github.com/gogits/gogs/modules/setting"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const APP_VER = "0.7.16.1117 Beta"
 | 
					const APP_VER = "0.7.16.1118 Beta"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func init() {
 | 
					func init() {
 | 
				
			||||||
	runtime.GOMAXPROCS(runtime.NumCPU())
 | 
						runtime.GOMAXPROCS(runtime.NumCPU())
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -1 +1 @@
 | 
				
			|||||||
0.7.16.1117 Beta
 | 
					0.7.16.1118 Beta
 | 
				
			||||||
		Reference in New Issue
	
	Block a user