diff options
-rw-r--r-- | pages/account/41.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/41.php b/pages/account/41.php index d2cfc8c..26ad11c 100644 --- a/pages/account/41.php +++ b/pages/account/41.php @@ -74,7 +74,7 @@ require_once($_SESSION['_config']['filepath'].'/includes/lib/l10n.php'); while($row = mysql_fetch_assoc($res)) { echo "<option value='".sanitizeHTML($row['locale'])."'"; - echo ">".$row['country']." - ".$row['lang']."</option>\n"; + echo ">".$row['lang']." - ".$row['country']."</option>\n"; } ?> </select> |