archive-zip.c: mark more strings for translation
[gitweb.git] / builtin / blame.c
index 5a0388aaef580e8d3592e1b5b767618fe638ca0b..b77ba6ae82c6bfa6dfe87bfccad6d2fa2bc09b86 100644 (file)
@@ -408,7 +408,7 @@ static void parse_color_fields(const char *s)
        }
 
        if (next == EXPECT_COLOR)
-               die (_("must end with a color"));
+               die(_("must end with a color"));
 
        colorfield[colorfield_nr].hop = TIME_MAX;
        string_list_clear(&l, 0);