You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2015/02/25 15:56:15 UTC

svn commit: r1662237 - /vcl/trunk/web/.ht-inc/userpreferences.php

Author: jfthomps
Date: Wed Feb 25 14:56:14 2015
New Revision: 1662237

URL: http://svn.apache.org/r1662237
Log:
userpreferences.php: modified userpreferences: changed printing of title to only pass "User Preferences" to translation function instead of "<H2 align=center>User Preferences</H2>\n"

Modified:
    vcl/trunk/web/.ht-inc/userpreferences.php

Modified: vcl/trunk/web/.ht-inc/userpreferences.php
URL: http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/userpreferences.php?rev=1662237&r1=1662236&r2=1662237&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/userpreferences.php (original)
+++ vcl/trunk/web/.ht-inc/userpreferences.php Wed Feb 25 14:56:14 2015
@@ -52,7 +52,7 @@ function userpreferences() {
 			$data["resolution"] = $user["width"] . "x" . $user["height"];
 	}
 
-	print "<H2 align=center>" . _("User Preferences") . "</H2>\n";
+	print _("<H2 align=center>User Preferences</H2>\n");
 	print "<div align=center id=status class=visible>\n";
 	if($mode == "submituserprefs") {
 		print "<font color=green>" . _("User preferences successfully updated") . "</font><br>\n";