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";