[gcab] gcab: fix double :: in Report bugs to:
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcab] gcab: fix double :: in Report bugs to:
- Date: Thu, 14 Dec 2017 22:58:57 +0000 (UTC)
commit 705a0b30845dfec722a9e23e17b86837f3b0ec77
Author: Marc-André Lureau <marcandre lureau redhat com>
Date: Thu Dec 14 23:58:42 2017 +0100
gcab: fix double :: in Report bugs to:
Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>
src/gcab.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcab.c b/src/gcab.c
index a702ea1..2023fec 100644
--- a/src/gcab.c
+++ b/src/gcab.c
@@ -137,7 +137,7 @@ main (int argc, char *argv[])
g_set_prgname (PACKAGE_NAME);
context = g_option_context_new (_("- create a Cabinet file"));
- g_autofree gchar *s = g_strdup_printf ("%s: %s", _("Report bugs to:"), PACKAGE_BUGREPORT);
+ g_autofree gchar *s = g_strdup_printf ("%s %s", _("Report bugs to:"), PACKAGE_BUGREPORT);
g_option_context_set_description (context, s);
g_option_context_set_summary (context, _("\
gcab saves many files together into a cabinet archive, and can restore\n\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]