diff --git a/AUTHORS b/AUTHORS
index 4231aa13d..fae3188ef 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -17,3 +17,4 @@ Documentation:
hris@protactin.co.uk
ddollar@blueshiftdesign.com
bis0n@mail.ru
+ fsjrb@uaf.edu
diff --git a/doc/en/Gtk/Table.xml b/doc/en/Gtk/Table.xml
index 8e456d714..538e12b71 100644
--- a/doc/en/Gtk/Table.xml
+++ b/doc/en/Gtk/Table.xml
@@ -243,7 +243,7 @@ public Widget MakeTableTester()
Creates a new Table widget.
The number of rows in this table.
The number of columns in this table.
- Whether all table cells are forced to be the same size.
+ If homogeneous is TRUE, the table boxes (cells) are resized to the size of the largest widget in the table. If homogeneous is FALSE, the size of a table boxes is dictated by the tallest widget in its same row, and the widest widget in its column (i.e. all cells are the same).
A new Table.
The size of the table can be altered after its creation using the method.