diff --git a/module/repo/lang/de.php b/module/repo/lang/de.php
index 3033f6e667..a25955b578 100644
--- a/module/repo/lang/de.php
+++ b/module/repo/lang/de.php
@@ -159,7 +159,7 @@ $lang->repo->error->noPriv = 'The program does not have the privilege to
$lang->repo->error->output = "The command is: %s\nThe error is(%s): %s\n";
$lang->repo->error->clientVersion = "Client version is too low, please upgrade or change SVN client";
$lang->repo->error->encoding = "The encoding maybe wrong. Please change the encoding and try again.";
-$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed in relation to the design";
+$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed with the design.";
$lang->repo->syncTips = 'You may find the reference about how to set Git sync from here.';
$lang->repo->encodingsTips = "The encodings of commit comments, can be comma separated values,e.g. utf-8";
diff --git a/module/repo/lang/en.php b/module/repo/lang/en.php
index 6540b352ed..1788e39ec3 100644
--- a/module/repo/lang/en.php
+++ b/module/repo/lang/en.php
@@ -159,7 +159,7 @@ $lang->repo->error->noPriv = 'The program does not have the privilege to
$lang->repo->error->output = "The command is: %s\nThe error is(%s): %s\n";
$lang->repo->error->clientVersion = "Client version is too low, please upgrade or change SVN client";
$lang->repo->error->encoding = "The encoding might be wrong. Please change the encoding and try again.";
-$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed in relation to the design";
+$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed with the design.";
$lang->repo->syncTips = 'You may find the reference about how to set Git sync from here.';
$lang->repo->encodingsTips = "The encodings of comments can be comma separated values, e.g. utf-8.";
diff --git a/module/repo/lang/fr.php b/module/repo/lang/fr.php
index 76912beb8f..de931a479a 100644
--- a/module/repo/lang/fr.php
+++ b/module/repo/lang/fr.php
@@ -159,7 +159,7 @@ $lang->repo->error->noPriv = "Le programme n'a pas les privilèges pour b
$lang->repo->error->output = "La commande est: %s\nL'erreur est (%s): %s\n";
$lang->repo->error->clientVersion = "La version du client est trop ancienne, veuillez mettre à niveau ou changer le client SVN";
$lang->repo->error->encoding = "L'encodage est peut-être erroné. Veuillez modifier l'encodage et réessayer.";
-$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed in relation to the design";
+$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed with the design.";
$lang->repo->syncTips = 'Vous pouvez trouver la référence sur la façon de définir la synchronisation Git à partir de la page se trouvant ici.';
$lang->repo->encodingsTips = "Les encodages des commentaires de validation peuvent être des valeurs séparées par des virgules,ex: utf-8";
diff --git a/module/repo/lang/vi.php b/module/repo/lang/vi.php
index 75305cf33e..2af56a79d3 100644
--- a/module/repo/lang/vi.php
+++ b/module/repo/lang/vi.php
@@ -159,7 +159,7 @@ $lang->repo->error->noPriv = 'The program does not have the privilege to
$lang->repo->error->output = "The command is: %s\nThe error is(%s): %s\n";
$lang->repo->error->clientVersion = "Client version is too low, please upgrade or change SVN client";
$lang->repo->error->encoding = "The encoding maybe wrong. Vui lòng change the encoding and try again.";
-$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed in relation to the design";
+$lang->repo->error->deleted = "Deletion of the repository failed. The current repository has been committed with the design.";
$lang->repo->syncTips = 'Bạn có thể tìm tham khảo làm sao thiết lập đồng bộ Git từ here.';
$lang->repo->encodingsTips = "The encodings of commit comments, can be comma separated values,ví dụ: utf-8";
diff --git a/module/repo/lang/zh-cn.php b/module/repo/lang/zh-cn.php
index 097fad2d8d..8a840d4511 100644
--- a/module/repo/lang/zh-cn.php
+++ b/module/repo/lang/zh-cn.php
@@ -159,7 +159,7 @@ $lang->repo->error->noPriv = '程序没有权限切换到目录 %s';
$lang->repo->error->output = "执行命令:%s\n错误结果(%s): %s\n";
$lang->repo->error->clientVersion = "客户端版本过低,请升级或更换SVN客户端";
$lang->repo->error->encoding = "编码可能错误,请更换编码重试。";
-$lang->repo->error->deleted = "删除版本库失败,当前版本库已与设计有相关提交";
+$lang->repo->error->deleted = "删除版本库失败,当前版本库已与设计关联提交";
$lang->repo->syncTips = '请参照这里,设置版本库定时同步。';
$lang->repo->encodingsTips = "提交日志的编码,可以用逗号连接起来的多个,比如utf-8。";
diff --git a/module/risk/control.php b/module/risk/control.php
index f6bd8ab0db..8302c35432 100644
--- a/module/risk/control.php
+++ b/module/risk/control.php
@@ -12,7 +12,7 @@
class risk extends control
{
/**
- * Browse risk
+ * Browse risks.
*
* @param string $browseType
* @param string $param
@@ -51,7 +51,7 @@ class risk extends control
}
/**
- * Create risk
+ * Create a risk.
*
* @access public
* @return void
@@ -84,7 +84,7 @@ class risk extends control
}
/**
- * Edit risk
+ * Edit a risk.
*
* @param int $riskID
* @access public
@@ -125,7 +125,7 @@ class risk extends control
}
/**
- * View a risk
+ * View a risk.
*
* @param int $riskID
* @access public
@@ -146,7 +146,7 @@ class risk extends control
}
/**
- * Batch create
+ * Batch create risks.
*
* @access public
* @return void
diff --git a/module/risk/model.php b/module/risk/model.php
index a154ec9f61..633e87b581 100644
--- a/module/risk/model.php
+++ b/module/risk/model.php
@@ -14,7 +14,7 @@
class riskModel extends model
{
/**
- * Create a bug.
+ * Create a risk.
*
* @access public
* @return int|bool