2 patches: missing space and %s
"Jan Niklas Hasse" <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I just fixed 2 trivial issues. The first one is a missing space in the title (see attached screenshot). The second one is a little mistake in the German translation (There was a %s without a need for it). Jan-Nik --------------------------------------------------------------------- To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected] For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected]
space.patch
(text/x-patch, 613 B)
diff -Naur frontend/gtkfe/frontend/processor.c frontend.new/gtkfe/frontend/processor.c
--- frontend/gtkfe/frontend/processor.c 2008-02-14 12:21:49.000000000 +0100
+++ frontend.new/gtkfe/frontend/processor.c 2008-02-14 12:27:33.000000000 +0100
@@ -188,7 +188,7 @@
gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (W("globalProgress")),
(gdouble) id / (gdouble) (maxPackages + 1));
} else {
- gchar *tmp = g_strconcat (_APKG(intl_APKG_FE_INSTALLING), displayName, NULL);
+ gchar *tmp = g_strconcat (_APKG(intl_APKG_FE_INSTALLING), " ", displayName, NULL);
set_title (tmp);
g_free (tmp);
}
i18n.patch
(text/x-patch, 464 B)
diff -Naur main/po/de.po main.new/po/de.po --- main/po/de.po 2008-02-14 12:22:39.000000000 +0100 +++ main.new/po/de.po 2008-02-14 12:35:03.000000000 +0100 @@ -833,7 +833,7 @@ #. Translators: Singluar (1 menu entry) #: ../share/apkg-defs:199 msgid "The following menu entry is now available:" -msgstr "Der folgende Menüeintrag ist jetzt verfügbar: %s" +msgstr "Der folgende Menüeintrag ist jetzt verfügbar:" #: ../share/apkg-defs:200 msgid "Negotiating"