diff options
| author | Michal Zima <xhire@mujmalysvet.cz> | 2010-02-08 22:42:13 +0100 |
|---|---|---|
| committer | Michal Zima <xhire@mujmalysvet.cz> | 2010-02-08 22:42:13 +0100 |
| commit | 546e143e3a2347991c6b0dc887f61d993873f4ef (patch) | |
| tree | b40ed329df4d948ffebc83fd12b8b95d3b425b09 /src/screen/setting.c | |
| parent | dcedec3fa1025e29a6eff80841ba4b286a1af942 (diff) | |
Just typo & style fixes
Diffstat (limited to 'src/screen/setting.c')
| -rw-r--r-- | src/screen/setting.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen/setting.c b/src/screen/setting.c index f349354..2e1b615 100644 --- a/src/screen/setting.c +++ b/src/screen/setting.c @@ -326,8 +326,8 @@ void setting_init() WIDGET_TEXTFIELD_FILTER_ALPHANUM, 110 + label_count_round->w, WINDOW_SIZE_Y - 120); - label_weapons = label_new(_("weapons:"), 100, 160, WIDGET_LABEL_LEFT); - label_bonuses = label_new(_("bonuses:"), 430, 160, WIDGET_LABEL_LEFT); + label_weapons = label_new(_("Weapons:"), 100, 160, WIDGET_LABEL_LEFT); + label_bonuses = label_new(_("Bonuses:"), 430, 160, WIDGET_LABEL_LEFT); for (i = GUN_DUAL_SIMPLE; i <= GUN_BOMBBALL; i++) { int x = 0; |