diff options
author | Ulrich Schröter <ulrich@cacert.org> | 2012-10-30 22:47:25 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2012-10-30 22:47:25 +0100 |
commit | e1aa7c811eb931546e295cae5c700e0853a4fde0 (patch) | |
tree | 4b80f255c71b37d523aa17bd84707d35e940aec6 | |
parent | 8c1b4680b35b6d07b9c9459df9cbcd439be4b7ea (diff) | |
download | cacert-devel-e1aa7c811eb931546e295cae5c700e0853a4fde0.tar.gz cacert-devel-e1aa7c811eb931546e295cae5c700e0853a4fde0.tar.xz cacert-devel-e1aa7c811eb931546e295cae5c700e0853a4fde0.zip |
bug 977: Differentiate between User and Organization table
Signed-off-by: Benny Baumann <BenBE@geshi.org>
-rw-r--r-- | pages/account/49.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/account/49.php b/pages/account/49.php index 688b9a4..a5345e6 100644 --- a/pages/account/49.php +++ b/pages/account/49.php @@ -34,7 +34,7 @@ if(mysql_num_rows($res) >= 1) { ?> <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper"> <tr> - <td colspan="5" class="title"><?=_("Select Specific Account Details")?></td> + <td colspan="5" class="title"><?=_("Select Specific User Account Details")?></td> </tr> <? while($row = mysql_fetch_assoc($res)) @@ -66,7 +66,7 @@ if(mysql_num_rows($res) >= 1) { ?> <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper"> <tr> - <td colspan="5" class="title"><?=_("Select Specific Account Details")?></td> + <td colspan="5" class="title"><?=_("Select Specific Organisation Account Details")?></td> </tr> <? while($row = mysql_fetch_assoc($res)) |