瀏覽代碼

Englisch police: Word reduction 20 -> 14, more clarity through better usage, and remove first person language.

Michael Schloh von Bennewitz 24 年之前
父節點
當前提交
5ecb76cdd0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      bash/bash.spec

+ 2 - 2
bash/bash.spec

@@ -107,8 +107,8 @@ AutoReqProv:  no
     if [ ".$1" = .1 ]; then
         if [ -f /etc/shells ]; then
             if [ ".`grep $RPM_INSTALL_PREFIX/bin/bash /etc/shells`" = . ]; then
-                ( echo "Hint: If you want to use $RPM_INSTALL_PREFIX/bin/bash as the login"
-                  echo "shell for users you have to add this path to /etc/shells, please."
+                ( echo "Hint: To use $RPM_INSTALL_PREFIX/bin/bash as the login"
+                  echo "shell for users, please add this path to /etc/shells."
                 ) | %{l_rpmtool} msg -b -t notice
             fi
         fi