Skip to content

Commit

Permalink
Fixed|UI|Renderer Appearance: Typo in 'Anisotropic Filter:' button label
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Dec 22, 2013
1 parent 42e608f commit 1b36251
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -467,7 +467,7 @@ DENG2_OBSERVES(App, GameChange)
matGroup->addSpace();
matGroup->addToggle("rend-tex-filter-ui", tr("User Interface"));

matGroup->addLabel(tr("Anisotopic Filter:"));
matGroup->addLabel(tr("Anisotropic Filter:"));
matGroup->addChoice("rend-tex-filter-anisotropic")->items()
<< new ChoiceItem(tr("Best available"), -1)
<< new ChoiceItem(tr("Off"), 0)
Expand Down

0 comments on commit 1b36251

Please sign in to comment.