Quellcode durchsuchen

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

Michael Schloh von Bennewitz vor 24 Jahren
Ursprung
Commit
5ecb76cdd0
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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