From b03f9832524b4ecdfeec2288938504d9ff1d5a23 Mon Sep 17 00:00:00 2001 From: Lee Mallabone Date: Fri, 28 Feb 2003 23:26:20 +0000 Subject: [PATCH] Some corrections for bad 'langword' usage. svn path=/trunk/gtk-sharp/; revision=12074 --- doc/ChangeLog | 2 ++ doc/en/Gtk/AspectFrame.xml | 10 +++++----- doc/en/Gtk/CheckMenuItem.xml | 6 +++--- doc/en/Gtk/ColorSelection.xml | 10 +++++----- doc/en/Gtk/FileSelection.xml | 8 ++++---- doc/en/Gtk/FontSelectionDialog.xml | 2 +- 6 files changed, 20 insertions(+), 18 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 983c99ff4..98c85d3b1 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -8,6 +8,8 @@ * en/Gtk/Frame.xml: complete docs exluding dubious API calls. * en/Gtk/MenuItem: document a couple of skeleton methods + * en/Gtk: Some corrections for wrong use of 'langword'. + 2003-02-27 Martin Willemoes Hansen * en/Gtk/TreeModel.xml: Fixed GetValue method signature diff --git a/doc/en/Gtk/AspectFrame.xml b/doc/en/Gtk/AspectFrame.xml index e6ed43377..ef0d64513 100644 --- a/doc/en/Gtk/AspectFrame.xml +++ b/doc/en/Gtk/AspectFrame.xml @@ -46,7 +46,7 @@ Horizontal alignment of the child within the allocation of the AspectFrame. Vertical alignment of the child within the allocation of the AspectFrame. The desired aspect ratio. - If , ratio is ignored, and the aspect ratio is taken from the requistion of the child. + If , ratio is ignored, and the aspect ratio is taken from the requistion of the child. Alignment values range from 0.0 (left/top aligned) to 1.0 (right/bottom aligned). @@ -107,11 +107,11 @@ The main way to construct a new AspectFrame. - A title for the frame, can be . + A title for the frame, can be . Horizontal alignment of the child within the allocation of the AspectFrame. Vertical alignment of the child within the allocation of the AspectFrame. The desired aspect ratio. - If , ratio is ignored, and the aspect ratio is taken from the requistion of the child. + If , ratio is ignored, and the aspect ratio is taken from the requistion of the child. A new AspectFrame Alignment values range from 0.0 (left/top aligned) to 1.0 (right/bottom aligned). @@ -184,7 +184,7 @@ The aspect ratio of the child widget's size. A ratio between 0.0 and 1.0 The aspect ratio between 0.0 and 1.0 representing the child's size constraints. - Setting this ratio is ignored if is set to . + Setting this ratio is ignored if is set to . @@ -198,7 +198,7 @@ Allow the frame to use its child widget's aspect ratio. - for the AspectFrame to use the child widget's size ratio, for to control the ratio. + for the AspectFrame to use the child widget's size ratio, for to control the ratio. The current size ratio of the child widget diff --git a/doc/en/Gtk/CheckMenuItem.xml b/doc/en/Gtk/CheckMenuItem.xml index c083464cf..dea27d4e5 100644 --- a/doc/en/Gtk/CheckMenuItem.xml +++ b/doc/en/Gtk/CheckMenuItem.xml @@ -152,8 +152,8 @@ Manages whether the CheckMenuItem is in the 'inconsistent' state. - to mark the check box as inconsistent, otherwise. - if this CheckMenuItem is in the inconsistent state, otherwise. + to mark the check box as inconsistent, otherwise. + if this CheckMenuItem is in the inconsistent state, otherwise. If the user has selected a range of elements (such as some text or spreadsheet cells) that are affected by a boolean setting, and the current values in that range are inconsistent, you may want to display the check in an "in between" state. This property turns on "in between" display. Normally you would turn off the inconsistent state again if the user explicitly selects a setting. This has to be done manually, this property only affects visual appearance, it doesn't affect the semantics of the widget. @@ -170,7 +170,7 @@ The 'active' state of the CheckMenuItem - if the menu item has been set active, otherwise. + if the menu item has been set active, otherwise. diff --git a/doc/en/Gtk/ColorSelection.xml b/doc/en/Gtk/ColorSelection.xml index 1a6a4f182..31583d695 100644 --- a/doc/en/Gtk/ColorSelection.xml +++ b/doc/en/Gtk/ColorSelection.xml @@ -108,7 +108,7 @@ Gets the current state of the ColorSelection - if the user is currently dragging a color around, if the selection has stopped. + if the user is currently dragging a color around, if the selection has stopped. @@ -222,8 +222,8 @@ Manage whether or not the ColorSelection displays a palette. - to display a palette in the ColorSelection, otherwise. - if a palette is currently part of the ColorSelection, otherwise. + to display a palette in the ColorSelection, otherwise. + if a palette is currently part of the ColorSelection, otherwise. @@ -238,8 +238,8 @@ Manage whether or not opacity is part of the ColorSelection. - to display opacity controls, otherwise. - if the user can edit opacity, otherwise. + to display opacity controls, otherwise. + if the user can edit opacity, otherwise. diff --git a/doc/en/Gtk/FileSelection.xml b/doc/en/Gtk/FileSelection.xml index d894862ff..fb11626b3 100644 --- a/doc/en/Gtk/FileSelection.xml +++ b/doc/en/Gtk/FileSelection.xml @@ -384,8 +384,8 @@ Manage whether buttons are displayed for doing file operations. - Set to to display the file buttons. - for buttons to be shown, otherwise. + Set to to display the file buttons. + for buttons to be shown, otherwise. This manipulates whether the buttons for creating a directory, deleting files and renaming files, are displayed. @@ -416,8 +416,8 @@ Manage whether more than one file can be selected. - Set to to allow more than one file to be selected in the file list, to only allow selection of a single file. - if multiple selections are allowed, otherwise. + Set to to allow more than one file to be selected in the file list, to only allow selection of a single file. + if multiple selections are allowed, otherwise. diff --git a/doc/en/Gtk/FontSelectionDialog.xml b/doc/en/Gtk/FontSelectionDialog.xml index 44ca41bf7..1edb202e3 100644 --- a/doc/en/Gtk/FontSelectionDialog.xml +++ b/doc/en/Gtk/FontSelectionDialog.xml @@ -41,7 +41,7 @@ Sets the name of the font that is selected in this widget. The name of a system font to select. - if was a valid font, otherwise. + if was a valid font, otherwise. If this property is used to alter the widget's font name to a font that could not be found, the widget will retain its original font selection.