aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.c b/common.c
index 27fdffed..53d4ccbc 100644
--- a/common.c
+++ b/common.c
@@ -1727,8 +1727,8 @@ int create_directory( wchar_t *d )
void bugreport()
{
debug( 1,
- _( L"This is a bug. "
- L"If you can reproduce it, please send a bug report to %s." ),
+ _( L"This is a bug. "
+ L"If you can reproduce it, please send a bug report to %s." ),
PACKAGE_BUGREPORT );
}