[vhffs-dev] [2099] removed gettext for "\n" strings so that we don' t have to translate it :-)

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


Revision: 2099
Author:   gradator
Date:     2012-03-03 14:59:57 +0100 (Sat, 03 Mar 2012)
Log Message:
-----------
removed gettext for "\n" strings so that we don't have to translate it :-)

Modified Paths:
--------------
    trunk/vhffs-api/src/Vhffs/Listengine.pm

Modified: trunk/vhffs-api/src/Vhffs/Listengine.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Listengine.pm	2012-03-03 13:59:31 UTC (rev 2098)
+++ trunk/vhffs-api/src/Vhffs/Listengine.pm	2012-03-03 13:59:57 UTC (rev 2099)
@@ -133,7 +133,7 @@
 	 my @result;
 
 	 push( @result , sprintf( gettext( "You have been successfully subscribed to the following mailing list:\n  %s\n" ) , $list->get_listname) );
-	 push( @result , gettext( "\n")  );
+	 push( @result , "\n" );
 	 push( @result , gettext( "You may get some help on listengine by sending an email to\n") );
 	 push( @result , sprintf( gettext( "%s-request\@%s with subject \"help\"\n")  , $list->get_localpart , $list->get_domain ) );
 	 push( @result , "\n" );
@@ -147,10 +147,10 @@
 	 my @result;
 
 	 push( @result , sprintf( gettext( "You have been successfully subscribed to the following mailing list:\n  %s\n" ) , $list->get_listname) );
-	 push( @result , gettext( "\n")  );
+	 push( @result , "\n" );
 	 push( @result , gettext( "However this list require approval for new subscribers.\n") );
 	 push( @result , gettext( "You will receive an email with the decision of administrators.\n") );
-	 push( @result , gettext( "\n") );
+	 push( @result , "\n" );
 	 push( @result , gettext( "You may get some help on listengine by sending an email to\n") );
 	 push( @result , sprintf( gettext( "%s-request\@%s with subject \"help\"\n")  , $list->get_localpart , $list->get_domain ) );
 	 push( @result , "\n" );
@@ -395,7 +395,7 @@
 	 my @result;
 
 	 push( @result , sprintf( gettext( "Your subscription was accepted to the following mailing list:\n  %s\n" ) , $list->get_listname) );
-	 push( @result , gettext( "\n")  );
+	 push( @result , "\n" );
 	 push( @result , gettext( "You may get some help on listengine by sending an email to\n") );
 	 push( @result , sprintf( gettext( "%s-request\@%s with subject \"help\"\n")  , $list->get_localpart , $list->get_domain ) );
 	 push( @result , "\n" );


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