Skip to content

Commit

Permalink
FIX: wrong capitalization for words starting with excluded words.
Browse files Browse the repository at this point in the history
  • Loading branch information
dockimbel committed Jun 4, 2017
1 parent e208f7c commit 43b87fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/view/backends/osx/rules.red
Expand Up @@ -11,7 +11,7 @@ Red [
]

ok-captions: ["ok" "save" "apply"]
no-capital: [#"a" | "an" | "the" | "and" | "or"]
no-capital: ["a " | "an " | "the " | "and " | "or "]

title-ize: function [text [string!] return: [string!]][
parse text [
Expand Down

0 comments on commit 43b87fa

Please sign in to comment.