Oops, forgot to mark our new progress messages for translation
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 10 Jan 2012 18:26:55 +0000 (20:26 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 10 Jan 2012 18:27:25 +0000 (20:27 +0200)
lib/rpminstall.c

index f7c7fc8..d3cf449 100644 (file)
@@ -138,9 +138,9 @@ void * rpmShowProgress(const void * arg,
            state = what;
            if (flags & INSTALL_HASH) {
                if (what == RPMCALLBACK_INST_START) {
-                   fprintf(stdout, "Updating / installing...\n");
+                   fprintf(stdout, _("Updating / installing...\n"));
                } else {
-                   fprintf(stdout, "Cleaning up / removing...\n");
+                   fprintf(stdout, _("Cleaning up / removing...\n"));
                }
                fflush(stdout);
            }