summaryrefslogtreecommitdiff
path: root/daemon/daemon-main.c
diff options
context:
space:
mode:
authorFelix Möller <mail@felixmoeller.de>2012-07-31 11:15:17 +0200
committerTomas Bzatek <tbzatek@redhat.com>2012-07-31 11:15:17 +0200
commita7e673e5c3b190e00b8b443105ef9a0b6aa3fea7 (patch)
treedad2f0ea71179b2e0155e1f0502a007051c0cd89 /daemon/daemon-main.c
parentb1fd82b01d24859707d40f19782c5ee02123d6cb (diff)
downloadgvfs-a7e673e5c3b190e00b8b443105ef9a0b6aa3fea7.tar.gz
Spelling correction "filesystem" -> "file system"
Unify the spelling. For the discussion see: https://bugzilla.gnome.org/show_bug.cgi?id=520902 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
Diffstat (limited to 'daemon/daemon-main.c')
-rw-r--r--daemon/daemon-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/daemon-main.c b/daemon/daemon-main.c
index b4c41e76..39dea834 100644
--- a/daemon/daemon-main.c
+++ b/daemon/daemon-main.c
@@ -93,7 +93,7 @@ daemon_setup (void)
up = g_ascii_strup (G_STRINGIFY (DEFAULT_BACKEND_TYPE), -1);
/* translators: This is the default daemon's application name,
* the %s is the type of the backend, like "FTP" */
- name = g_strdup_printf (_("%s Filesystem Service"), up);
+ name = g_strdup_printf (_("%s File System Service"), up);
g_set_application_name (name);
g_free (name);
g_free (up);