Ver código fonte

Changed a bit the output text

pezcurrel 1 ano atrás
pai
commit
f98841cb4e
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      xstoxfces

+ 3 - 3
xstoxfces

@@ -18,7 +18,7 @@
 
 const N="\n";
 const SNAME='xstoxfces';
-const SVERS='0.1';
+const SVERS='0.1.1';
 
 $opts=[
 'xscreensaver_user_conf_file'=>null,
@@ -269,11 +269,11 @@ TryExec='.$opts['xscreensaver_exec_dir'].'/'.$xml['name'].'
 Exec='.$opts['xscreensaver_exec_dir'].'/'.$cmd.'
 Categories=Screensaver;
 Hidden=true'.N;
-					echo('Added «'.$xml['name'].'»'.N);
+					echo('Adding «'.$xml['name'].'»'.N);
 					if (@file_put_contents($ofp,$cont)===false)
 						fwrite(STDERR,'Warning: could not write into «'.$ofp.'».'.N);
 				} else {
-					echo('Ignored «'.$xml['name'].'»'.N);
+					echo('Ignoring «'.$xml['name'].'»'.N);
 				}
 			} else {
 				fwrite(STDERR,'Warning: «'.$fp.'» does not contain one or more required info.'.N);