[nautilus] application: fix a typo in user message
- From: Luca Ferretti <lferrett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] application: fix a typo in user message
- Date: Wed, 15 Dec 2010 14:17:21 +0000 (UTC)
commit 0a43cee107e20d07667fc2eabf8321898ce80fb7
Author: Luca Ferretti <lferrett gnome org>
Date: Wed Dec 15 15:17:14 2010 +0100
application: fix a typo in user message
src/nautilus-application.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 0541156..dbafa3c 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -1368,7 +1368,7 @@ nautilus_application_command_line (GApplication *app,
}
if (kill_shell && remaining != NULL) {
g_application_command_line_printerr (command_line, "%s\n",
- _("-- quit cannot be used with URIs."));
+ _("--quit cannot be used with URIs."));
retval = EXIT_FAILURE;
goto out;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]