(trunk) rephrase "tracker returned..." to "tracker gave..." which is equally expressive but saves a little space on the status line

This commit is contained in:
Charles Kerr
2009-08-06 07:04:19 +00:00
parent e10adbc3fc
commit 5018a1b0d2
4 changed files with 8 additions and 8 deletions

View File

@@ -439,8 +439,8 @@ main( int argc,
{
char line[LINEWIDTH];
const tr_stat * st;
const char * messageName[] = { NULL, "Tracker returned a warning:",
"Tracker returned an error:",
const char * messageName[] = { NULL, "Tracker gave a warning:",
"Tracker gave an error:",
"Error:" };
tr_wait( 200 );