]> git.ipfire.org Git - pakfire.git/commitdiff
packages: Capitalize headlines
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Feb 2021 16:10:46 +0000 (16:10 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 11 Feb 2021 16:10:46 +0000 (16:10 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/package.c

index fa836a6121d5448b4b368591573ddc7ac04db49e..e69cf78c041ced933ec77f30b75ee6d44ccec28c 100644 (file)
@@ -837,11 +837,11 @@ PAKFIRE_EXPORT char* pakfire_package_dump(PakfirePackage pkg, int flags) {
 
                // Build time
                unsigned long long buildtime = pakfire_package_get_buildtime(pkg);
-               pakfire_package_dump_add_line_date(&string, _("Build date"), buildtime);
+               pakfire_package_dump_add_line_date(&string, _("Build Time"), buildtime);
 
                // Build host
                const char* buildhost = pakfire_package_get_buildhost(pkg);
-               pakfire_package_dump_add_line(&string, _("Build host"), buildhost);
+               pakfire_package_dump_add_line(&string, _("Build Host"), buildhost);
 
                // Dependencies