[yast-commit] r61927 - /trunk/printer/src/Printer.ycp

Author: jsmeix Date: Fri Apr 30 10:20:24 2010 New Revision: 61927 URL: http://svn.opensuse.org/viewcvs/yast?rev=61927&view=rev Log: Also replaced wrong wording "implicitely" with "indirectly" in Printer.ycp. Modified: trunk/printer/src/Printer.ycp Modified: trunk/printer/src/Printer.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/printer/src/Printer.ycp?rev=61927... ============================================================================== --- trunk/printer/src/Printer.ycp (original) +++ trunk/printer/src/Printer.ycp Fri Apr 30 10:20:24 2010 @@ -2268,7 +2268,7 @@ if( ! Printerlib::ExecuteBashCommand( "type -P netcat" ) ) { // netcat is required for a meaningful test // but in most cases TestClientOnlyServer is called - // implicitely without a button click by the user + // indirectly without a button click by the user // so that even the netcat test is silently skipped // and no negative feedback is shown when netcat is not executable: if( fail_if_executable_is_missing ) @@ -2288,7 +2288,7 @@ // but some output is needed for the Popup::ErrorDetails below: if( Printerlib::ExecuteBashCommand( "netcat -v -w 1 -z " + server_name + " 631" ) ) { // Don't show positive feedback because this would be annoying popups for the user - // because in most cases TestClientOnlyServer is called implicitely without a button click. + // because in most cases TestClientOnlyServer is called indirectly without a button click. return true; } // The netcat-test failed: @@ -2340,7 +2340,7 @@ } // netcat was not executable but at least the ping-test was successful. // Don't show positive feedback because this would be annoying popups for the user - // because in most cases TestClientOnlyServer is called implicitely without a button click. + // because in most cases TestClientOnlyServer is called indirectly without a button click. return true; } // The ping-test failed: @@ -2393,7 +2393,7 @@ } // ping was not executable but at least the host-test was successful. // Don't show positive feedback because this would be annoying popups for the user - // because in most cases TestClientOnlyServer is called implicitely without a button click. + // because in most cases TestClientOnlyServer is called indirectly without a button click. return true; } // The host-test failed: @@ -2421,7 +2421,7 @@ } // Neither netcat nor ping nor host were executable. // Don't show any kind of feedback because this would be annoying popups for the user - // because in most cases TestClientOnlyServer is called implicitely without a button click + // because in most cases TestClientOnlyServer is called indirectly without a button click // so that nothing else could be done in this case except a "hope-for-the-best" successful return: return true; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsmeix@svn.opensuse.org