Skip to content

Commit

Permalink
Fix typos: 'Prefered' -> 'Preferred'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbologna committed Nov 1, 2016
1 parent 06308d2 commit 3b61793
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/lib/fonts/fonts-dialog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ def widgets
],
},
"families" => {
"header" => _("Prefered &Families"),
"header" => _("Preferred &Families"),
"contents" =>
VBox(
HBox("cstm_generic_aliases",
Expand Down Expand Up @@ -1119,7 +1119,7 @@ def subpixel_rendering
end

def family_preferences
_("<h2>Prefered Families Tab</h2>") +
_("<h2>Preferred Families Tab</h2>") +
_("<p>This tab controls <b>which</b> fonts are rendered.</p>") +
_("<h3>Preference Lists</h3>") +
_("<p>Here, Family Preference Lists (FPL) for generic aliases (%s) " \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VERBOSITY="0"
## Type: list(none,hintnone,hintslight,hintmedium,hintfull)
## Default: none
#
# Prefered common hinting style.
# Preferred common hinting style.
#
# By default, hinslight is preferred for autohinter and hintfull for
# BCI. You can enforce one hinstyle here. This value is not final
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VERBOSITY="0"
## Type: list(none,hintnone,hintslight,hintmedium,hintfull)
## Default: none
#
# Prefered common hinting style.
# Preferred common hinting style.
#
# By default, hinslight is preferred for autohinter and hintfull for
# BCI. You can enforce one hinstyle here. This value is not final
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VERBOSITY="0"
## Type: list(none,hintnone,hintslight,hintmedium,hintfull)
## Default: none
#
# Prefered common hinting style.
# Preferred common hinting style.
#
# By default, hinslight is preferred for autohinter and hintfull for
# BCI. You can enforce one hinstyle here. This value is not final
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VERBOSITY="0"
## Type: list(none,hintnone,hintslight,hintmedium,hintfull)
## Default: none
#
# Prefered common hinting style.
# Preferred common hinting style.
#
# By default, hinslight is preferred for autohinter and hintfull for
# BCI. You can enforce one hinstyle here. This value is not final
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VERBOSITY="0"
## Type: list(none,hintnone,hintslight,hintmedium,hintfull)
## Default: none
#
# Prefered common hinting style.
# Preferred common hinting style.
#
# By default, hinslight is preferred for autohinter and hintfull for
# BCI. You can enforce one hintstyle here. This value is not final
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VERBOSITY="0"
## Type: list(none,hintnone,hintslight,hintmedium,hintfull)
## Default: none
#
# Prefered common hinting style.
# Preferred common hinting style.
#
# By default, hinslight is preferred for autohinter and hintfull for
# BCI. You can enforce one hinstyle here. This value is not final
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VERBOSITY="0"
## Type: list(none,hintnone,hintslight,hintmedium,hintfull)
## Default: none
#
# Prefered common hinting style.
# Preferred common hinting style.
#
# By default, hinslight is preferred for autohinter and hintfull for
# BCI. You can enforce one hintstyle here. This value is not final
Expand Down

0 comments on commit 3b61793

Please sign in to comment.