From 4db833c08a0389c255686414767d8b8e8f8f5a13 Mon Sep 17 00:00:00 2001 From: Cristian Marchi Date: Wed, 22 Jan 2014 20:23:13 +0000 Subject: [PATCH] Fix a typo. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23745 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/gschemas/org.gnucash.gschema.xml.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome/gschemas/org.gnucash.gschema.xml.in.in b/src/gnome/gschemas/org.gnucash.gschema.xml.in.in index 95a1be9fe6..543843ad3f 100644 --- a/src/gnome/gschemas/org.gnucash.gschema.xml.in.in +++ b/src/gnome/gschemas/org.gnucash.gschema.xml.in.in @@ -334,7 +334,7 @@ '%1$s-%2$s-%3$s' PDF export file name format - This setting chooses the file name for PDF export. This is a sprintf(3) string with three arguments: "%1$s" is the report name such as "Invoice". "%2$s" is the number of the report, which for an invoice report is the invoice number. "%3$s" is the date of the report, formatted according to the filename-date-format setting. (Note: Any characters that are not allowed in filenames, such as '/', will be replaced with underscores '-' in the resulting file name.) + This setting chooses the file name for PDF export. This is a sprintf(3) string with three arguments: "%1$s" is the report name such as "Invoice". "%2$s" is the number of the report, which for an invoice report is the invoice number. "%3$s" is the date of the report, formatted according to the filename-date-format setting. (Note: Any characters that are not allowed in filenames, such as '/', will be replaced with underscores '_' in the resulting file name.) 'locale'