diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2009-06-13 13:47:34 +0300 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2009-06-13 13:47:34 +0300 |
commit | 30145d2600fdb0a434350f631064cbfbbf9f03eb (patch) | |
tree | 09b9ee9ccb0562f9e788a8ea9fe2d22eab31afd7 /hildon/hildon-entry.c | |
parent | a7e62dc77b8fe59bf65c90775886090f17b44f98 (diff) |
Remove redundant "represents" wording from most of the documentation.
Fixes: MB#4554 (Documentation: Annoying "represents" phrasing.)
Diffstat (limited to 'hildon/hildon-entry.c')
-rw-r--r-- | hildon/hildon-entry.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hildon/hildon-entry.c b/hildon/hildon-entry.c index 58066c2..eb8d22a 100644 --- a/hildon/hildon-entry.c +++ b/hildon/hildon-entry.c @@ -16,11 +16,10 @@ /** * SECTION:hildon-entry - * @short_description: Widget representing a text entry in the Hildon framework. + * @short_description: Text entry in the Hildon framework. * - * The #HildonEntry is a GTK widget which represents a text entry. It - * is derived from the #GtkEntry widget and provides additional - * commodities specific to the Hildon framework. + * The #HildonEntry is text entry derived from the #GtkEntry widget providing + * additional commodities specific to the Hildon framework. * * Besides all the features inherited from #GtkEntry, a #HildonEntry * can also have a placeholder text. This text will be shown if the |