Remove remaining Gogs reference on locales and cmd (#430)

This commit is contained in:
Joubert RedRat 2016-12-21 10:13:17 -02:00 committed by Lunny Xiao
parent 618407c018
commit ce21ed6c34
28 changed files with 286 additions and 284 deletions

View file

@ -44,8 +44,8 @@ import (
// CmdWeb represents the available web sub-command.
var CmdWeb = cli.Command{
Name: "web",
Usage: "Start Gogs web server",
Description: `Gogs web server is the only thing you need to run,
Usage: "Start Gitea web server",
Description: `Gitea web server is the only thing you need to run,
and it takes care of all the other things for you`,
Action: runWeb,
Flags: []cli.Flag{