[vhffs-dev] [771] Well, gradator thought that it would be prettier with the text on 2 lines |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 771
Author: crafty
Date: 2007-08-20 18:00:30 +0000 (Mon, 20 Aug 2007)
Log Message:
-----------
Well, gradator thought that it would be prettier with the text on 2 lines
instead of 3... I also suggested adding flowers, birds and bunnies too
but he disliked it :P
Modified Paths:
--------------
trunk/vhffs-shells/falseshell.c
Modified: trunk/vhffs-shells/falseshell.c
===================================================================
--- trunk/vhffs-shells/falseshell.c 2007-08-20 17:47:51 UTC (rev 770)
+++ trunk/vhffs-shells/falseshell.c 2007-08-20 18:00:30 UTC (rev 771)
@@ -23,9 +23,8 @@
#include <stdlib.h>
int main (void){
- printf("\nThis is a disabled shell account.\n"
- "You can enable login for this account on the panel\n"
- "by selecting an appropriate shell\n"
- "in the user preferences section.\n\n");
+ printf("\nThis is a disabled shell account.\n\n"
+ "You can enable login for this account on the panel by selecting an\n"
+ "appropriate shell in the user preferences section.\n\n");
return 1;
}