projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6eb6e7
)
Fix small typo
author
Severin Meyer <sev.ch@web.de>
Sun, 14 Dec 2014 15:03:57 +0000
(16:03 +0100)
committer
Severin Meyer <sev.ch@web.de>
Sun, 14 Dec 2014 15:03:57 +0000
(16:03 +0100)
qcsrc/menu/xonotic/dialog_settings_game_model.c
patch
|
blob
|
history
diff --git
a/qcsrc/menu/xonotic/dialog_settings_game_model.c
b/qcsrc/menu/xonotic/dialog_settings_game_model.c
index
e7f6818
..
0e93378
100644
(file)
--- a/
qcsrc/menu/xonotic/dialog_settings_game_model.c
+++ b/
qcsrc/menu/xonotic/dialog_settings_game_model.c
@@
-40,7
+40,7
@@
void XonoticGameModelSettingsTab_fill(entity me)
me.TR(me);
me.TD(me, 1, 3, e = makeXonoticCheckBox(0, "cl_simple_items", _("Use simple 2D images instead of item models")));
me.TR(me);
- me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Unvailable alpha:")));
+ me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Un
a
vailable alpha:")));
me.TD(me, 1, 2, e = makeXonoticSlider(0, 1, 0.1, "cl_ghost_items"));
me.TR(me);
me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Unavailable color:")));