[vhffs-dev] [1028] Correction in English strings: it does not exist (without s)

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1028
Author:   bm415
Date:     2007-10-25 21:11:18 +0000 (Thu, 25 Oct 2007)

Log Message:
-----------
Correction in English strings: it does not exist (without s)

Modified Paths:
--------------
    trunk/vhffs-api/src/Vhffs/User.pm
    trunk/vhffs-tests/src/User.pl
    trunk/vhffs-tools/src/vhffs-webdir


Modified: trunk/vhffs-api/src/Vhffs/User.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/User.pm	2007-10-25 20:48:08 UTC (rev 1027)
+++ trunk/vhffs-api/src/Vhffs/User.pm	2007-10-25 21:11:18 UTC (rev 1028)
@@ -63,7 +63,7 @@
 	}
 	else
 	{
-		print "User does not exists\n";
+		print "User does not exist\n";
 	}
 	...
     $user = Vhffs::User::create( $vhffs, 'myuser', 'apassword', 0, 'myuser@xxxxxxxxx');

Modified: trunk/vhffs-tests/src/User.pl
===================================================================
--- trunk/vhffs-tests/src/User.pl	2007-10-25 20:48:08 UTC (rev 1027)
+++ trunk/vhffs-tests/src/User.pl	2007-10-25 21:11:18 UTC (rev 1028)
@@ -57,4 +57,4 @@
 $main->get_db_object->{PrintError} = 1;
 ok(!defined $user4, 'Unable to create an user with an existing groupname as username');
 $user4 = Vhffs::User::get_by_username($main, 'test1group1');
-ok(!defined $user4, 'User doesn\'t exists');
+ok(!defined $user4, 'User doesn\'t exist');

Modified: trunk/vhffs-tools/src/vhffs-webdir
===================================================================
--- trunk/vhffs-tools/src/vhffs-webdir	2007-10-25 20:48:08 UTC (rev 1027)
+++ trunk/vhffs-tools/src/vhffs-webdir	2007-10-25 21:11:18 UTC (rev 1028)
@@ -32,6 +32,6 @@
 }
 else
 {
-	print "Directory does not exists\n";
+	print "Directory does not exist\n";
 	exit( -1 );
 }


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/