소스 검색

small wording change

abrist 12 년 전
부모
커밋
011cbe27e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugins/check_dig.c

+ 1 - 1
plugins/check_dig.c

@@ -95,7 +95,7 @@ main (int argc, char **argv)
   int timeout_interval_dig = timeout_interval / number_tries;
 
   if (timeout_interval_dig < 1)
-    usage_va(_("Division of timeout value by retries value is less than one"));
+    usage_va(_("Division of timeout value by retries value cannot be less than one"));
 
   /* get the command to run */
   xasprintf (&command_line, "%s @%s -p %d %s -t %s %s %s +tries=%d +time=%d",