summaryrefslogtreecommitdiff
path: root/monitor
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 /monitor
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 'monitor')
-rw-r--r--monitor/udisks2/gvfsudisks2volume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/udisks2/gvfsudisks2volume.c b/monitor/udisks2/gvfsudisks2volume.c
index 880f7c2e..29ba0a43 100644
--- a/monitor/udisks2/gvfsudisks2volume.c
+++ b/monitor/udisks2/gvfsudisks2volume.c
@@ -1093,7 +1093,7 @@ unlock_cb (GObject *source_object,
g_simple_async_result_set_error (data->simple,
G_IO_ERROR,
G_IO_ERROR_FAILED,
- _("The unlocked device does not have a recognizable filesystem on it"));
+ _("The unlocked device does not have a recognizable file system on it"));
g_simple_async_result_complete (data->simple);
mount_data_free (data);
goto out;