mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
app, libgimp*, plug-ins: Changed gendered terms to be gender-neutral
Changed a handful of gendered terms to be gender-neutral, and one typo of 'he' to 'the' where appropriate.
This commit is contained in:
parent
d2b0b0f3e8
commit
3afa37cbc6
8 changed files with 10 additions and 10 deletions
|
@ -2609,7 +2609,7 @@ gimp_item_mask_bounds (GimpItem *item,
|
||||||
* @height: (out) (optional): return location for the height
|
* @height: (out) (optional): return location for the height
|
||||||
*
|
*
|
||||||
* Intersect the area of the @item and its image's selection mask.
|
* Intersect the area of the @item and its image's selection mask.
|
||||||
* The computed area is the bounding box of he selection within the
|
* The computed area is the bounding box of the selection within the
|
||||||
* item.
|
* item.
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
|
|
|
@ -1160,7 +1160,7 @@ gimp_path_get_user_writable_dir (GList *path)
|
||||||
/* this is tricky:
|
/* this is tricky:
|
||||||
* if a file is e.g. owned by the current user but not user-writable,
|
* if a file is e.g. owned by the current user but not user-writable,
|
||||||
* the user has no permission to write to the file regardless
|
* the user has no permission to write to the file regardless
|
||||||
* of his group's or other's write permissions
|
* of their group's or other's write permissions
|
||||||
*/
|
*/
|
||||||
if (!err && S_ISDIR (filestat.st_mode) &&
|
if (!err && S_ISDIR (filestat.st_mode) &&
|
||||||
|
|
||||||
|
|
|
@ -504,7 +504,7 @@ gimp_number_pair_entry_get_ratio (GimpNumberPairEntry *entry)
|
||||||
* @right: Right number in the entry.
|
* @right: Right number in the entry.
|
||||||
*
|
*
|
||||||
* Forces setting the numbers displayed by a #GimpNumberPairEntry,
|
* Forces setting the numbers displayed by a #GimpNumberPairEntry,
|
||||||
* ignoring if the user has set his/her own value. The state of
|
* ignoring if the user has set their own value. The state of
|
||||||
* user-override will not be changed.
|
* user-override will not be changed.
|
||||||
*
|
*
|
||||||
* Since: 2.4
|
* Since: 2.4
|
||||||
|
|
|
@ -1567,7 +1567,7 @@ zoomcombo_changed (GtkWidget *combo,
|
||||||
{
|
{
|
||||||
gint index = gtk_combo_box_get_active (GTK_COMBO_BOX (combo));
|
gint index = gtk_combo_box_get_active (GTK_COMBO_BOX (combo));
|
||||||
|
|
||||||
/* If no index, user is probably editing by hand. We wait for him to click "Enter". */
|
/* If no index, user is probably editing by hand. We wait for them to click "Enter". */
|
||||||
if (index != -1)
|
if (index != -1)
|
||||||
update_scale (get_scale (index));
|
update_scale (get_scale (index));
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
*
|
*
|
||||||
* I added the xcfgz bit because having a default extension of xcf.gz
|
* I added the xcfgz bit because having a default extension of xcf.gz
|
||||||
* can confuse the file selection dialog box somewhat, forcing the
|
* can confuse the file selection dialog box somewhat, forcing the
|
||||||
* user to type sometimes when he/she otherwise wouldn't need to.
|
* user to type sometimes when they otherwise wouldn't need to.
|
||||||
*
|
*
|
||||||
* I later decided I didn't like it because I don't like to bloat
|
* I later decided I didn't like it because I don't like to bloat
|
||||||
* the file-extension namespace. But I left in the recognition
|
* the file-extension namespace. But I left in the recognition
|
||||||
|
|
|
@ -1102,7 +1102,7 @@ pnm_load_rawpfm (PNMScanner *scan,
|
||||||
data[x] *= fabsf (info->scale_factor);
|
data[x] *= fabsf (info->scale_factor);
|
||||||
/* Keep values smaller than zero. That is in line with what
|
/* Keep values smaller than zero. That is in line with what
|
||||||
* the TIFF loader does. If the user doesn't want the
|
* the TIFF loader does. If the user doesn't want the
|
||||||
* negative numbers he has to get rid of them afterwards
|
* negative numbers they have to get rid of them afterwards
|
||||||
*/
|
*/
|
||||||
/* data[x] = fmaxf (0.0f, fminf (FLT_MAX, data[x])); */
|
/* data[x] = fmaxf (0.0f, fminf (FLT_MAX, data[x])); */
|
||||||
}
|
}
|
||||||
|
|
|
@ -824,7 +824,7 @@ gflare_create_procedure (GimpPlugIn *plug_in,
|
||||||
"This plug-in produces a lense flare "
|
"This plug-in produces a lense flare "
|
||||||
"effect using custom gradients. In "
|
"effect using custom gradients. In "
|
||||||
"interactive call, the user can edit "
|
"interactive call, the user can edit "
|
||||||
"his/her own favorite lense flare "
|
"their own favorite lense flare "
|
||||||
"(GFlare) and render it. Edited "
|
"(GFlare) and render it. Edited "
|
||||||
"gflare is saved automatically to "
|
"gflare is saved automatically to "
|
||||||
"the folder in gflare-path, if it is "
|
"the folder in gflare-path, if it is "
|
||||||
|
|
|
@ -355,7 +355,7 @@ Please read accompanying file COPYING.
|
||||||
Error Handling
|
Error Handling
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
Errors are recovered from without damage. The user can install his
|
Errors are recovered from without damage. The user can install their
|
||||||
own handler for system errors, by defining *error-hook*. Defining
|
own handler for system errors, by defining *error-hook*. Defining
|
||||||
to '() gives the default behavior, which is equivalent to "error".
|
to '() gives the default behavior, which is equivalent to "error".
|
||||||
USE_ERROR_HOOK must be defined.
|
USE_ERROR_HOOK must be defined.
|
||||||
|
@ -390,7 +390,7 @@ Please read accompanying file COPYING.
|
||||||
|
|
||||||
which makes use of the error hook described above.
|
which makes use of the error hook described above.
|
||||||
|
|
||||||
If necessary, the user can devise his own exception mechanism with
|
If necessary, the user can devise their own exception mechanism with
|
||||||
tagged exceptions etc.
|
tagged exceptions etc.
|
||||||
|
|
||||||
|
|
||||||
|
@ -416,7 +416,7 @@ Please read accompanying file COPYING.
|
||||||
where <qualifier> is a symbol not containing any double-colons.
|
where <qualifier> is a symbol not containing any double-colons.
|
||||||
|
|
||||||
As the definition is recursive, qualifiers can be nested.
|
As the definition is recursive, qualifiers can be nested.
|
||||||
The user can define his own *colon-hook*, to handle qualified names.
|
The user can define their own *colon-hook*, to handle qualified names.
|
||||||
By default, "init.scm" defines *colon-hook* as EVAL. Consequently,
|
By default, "init.scm" defines *colon-hook* as EVAL. Consequently,
|
||||||
the qualifier must denote a Scheme environment, such as one returned
|
the qualifier must denote a Scheme environment, such as one returned
|
||||||
by (interaction-environment). "Init.scm" defines a new syntantic form,
|
by (interaction-environment). "Init.scm" defines a new syntantic form,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue