diff options
author | Benny Baumann <BenBE@geshi.org> | 2012-10-31 18:42:58 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2012-10-31 18:42:58 +0100 |
commit | 06b1d82f7de4f515f1ca9985bd7201f3658022a8 (patch) | |
tree | 8dc6e76d47a99eeca02086f7da336bc52520f607 | |
parent | fb0e466bf8805b6972af15f9d38f51a0f45e38de (diff) | |
parent | e1aa7c811eb931546e295cae5c700e0853a4fde0 (diff) | |
download | cacert-devel-06b1d82f7de4f515f1ca9985bd7201f3658022a8.tar.gz cacert-devel-06b1d82f7de4f515f1ca9985bd7201f3658022a8.tar.xz cacert-devel-06b1d82f7de4f515f1ca9985bd7201f3658022a8.zip |
Merge branch 'bug-977' into release
-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)) |