diff --git a/module/repo/lang/de.php b/module/repo/lang/de.php index 4e4d05b42d..ae9e79d7d3 100644 --- a/module/repo/lang/de.php +++ b/module/repo/lang/de.php @@ -166,7 +166,7 @@ $lang->repo->example->client = new stdclass(); $lang->repo->example->path = new stdclass(); $lang->repo->example->client->git = "e.g. /usr/bin/git"; $lang->repo->example->client->svn = "e.g. /usr/bin/svn"; -$lang->repo->example->path->git = "e.g. /homt/user/myproject"; +$lang->repo->example->path->git = "e.g. /home/user/myproject"; $lang->repo->example->path->svn = "e.g. http://example.googlecode.com/svn/trunk/myproject"; $lang->repo->example->config = "Config directory is required in https. Use '--config-dir' to generate config dir."; $lang->repo->example->encoding = "input encoding of files"; diff --git a/module/repo/lang/en.php b/module/repo/lang/en.php index 4e4d05b42d..ae9e79d7d3 100644 --- a/module/repo/lang/en.php +++ b/module/repo/lang/en.php @@ -166,7 +166,7 @@ $lang->repo->example->client = new stdclass(); $lang->repo->example->path = new stdclass(); $lang->repo->example->client->git = "e.g. /usr/bin/git"; $lang->repo->example->client->svn = "e.g. /usr/bin/svn"; -$lang->repo->example->path->git = "e.g. /homt/user/myproject"; +$lang->repo->example->path->git = "e.g. /home/user/myproject"; $lang->repo->example->path->svn = "e.g. http://example.googlecode.com/svn/trunk/myproject"; $lang->repo->example->config = "Config directory is required in https. Use '--config-dir' to generate config dir."; $lang->repo->example->encoding = "input encoding of files"; diff --git a/module/repo/lang/fr.php b/module/repo/lang/fr.php index 4e4d05b42d..ae9e79d7d3 100644 --- a/module/repo/lang/fr.php +++ b/module/repo/lang/fr.php @@ -166,7 +166,7 @@ $lang->repo->example->client = new stdclass(); $lang->repo->example->path = new stdclass(); $lang->repo->example->client->git = "e.g. /usr/bin/git"; $lang->repo->example->client->svn = "e.g. /usr/bin/svn"; -$lang->repo->example->path->git = "e.g. /homt/user/myproject"; +$lang->repo->example->path->git = "e.g. /home/user/myproject"; $lang->repo->example->path->svn = "e.g. http://example.googlecode.com/svn/trunk/myproject"; $lang->repo->example->config = "Config directory is required in https. Use '--config-dir' to generate config dir."; $lang->repo->example->encoding = "input encoding of files"; diff --git a/module/repo/lang/zh-cn.php b/module/repo/lang/zh-cn.php index 3771bdb711..bec02c0421 100644 --- a/module/repo/lang/zh-cn.php +++ b/module/repo/lang/zh-cn.php @@ -167,7 +167,7 @@ $lang->repo->example->client = new stdclass(); $lang->repo->example->path = new stdclass(); $lang->repo->example->client->git = "例如:/usr/bin/git"; $lang->repo->example->client->svn = "例如:/usr/bin/svn"; -$lang->repo->example->path->git = "例如:/homt/user/myproject"; +$lang->repo->example->path->git = "例如:/home/user/myproject"; $lang->repo->example->path->svn = "例如:http://example.googlecode.com/svn/trunk/myproject"; $lang->repo->example->config = "https需要填写配置目录的位置,通过config-dir选项生成配置目录"; $lang->repo->example->encoding = "填写版本库中文件的编码"; diff --git a/module/repo/lang/zh-tw.php b/module/repo/lang/zh-tw.php index 2033791753..9a6e580bb4 100644 --- a/module/repo/lang/zh-tw.php +++ b/module/repo/lang/zh-tw.php @@ -167,7 +167,7 @@ $lang->repo->example->client = new stdclass(); $lang->repo->example->path = new stdclass(); $lang->repo->example->client->git = "例如:/usr/bin/git"; $lang->repo->example->client->svn = "例如:/usr/bin/svn"; -$lang->repo->example->path->git = "例如:/homt/user/myproject"; +$lang->repo->example->path->git = "例如:/home/user/myproject"; $lang->repo->example->path->svn = "例如:http://example.googlecode.com/svn/trunk/myproject"; $lang->repo->example->config = "https需要填寫配置目錄的位置,通過config-dir選項生成配置目錄"; $lang->repo->example->encoding = "填寫版本庫中檔案的編碼";