summaryrefslogtreecommitdiff
path: root/daemon/daemon-main.c
diff options
context:
space:
mode:
authorFriedel Wolff <friedel@translate.org.za>2011-08-24 16:47:11 +0200
committerFriedel Wolff <friedel@translate.org.za>2011-08-24 16:47:11 +0200
commite9538c0c6313b5a995b399291e09f6ef92b58d44 (patch)
tree81faed0b7d9369f56b0c02069252d7c6118b3eab /daemon/daemon-main.c
parentb76c3e8053a44b971c5fc8b6ff9d5adfb6557eb5 (diff)
downloadgvfs-e9538c0c6313b5a995b399291e09f6ef92b58d44.tar.gz
Always write (S)FTP in capitals.
https://bugzilla.gnome.org/show_bug.cgi?id=629116
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 13e4780a..bc533461 100644
--- a/daemon/daemon-main.c
+++ b/daemon/daemon-main.c
@@ -87,7 +87,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" */
+ * the %s is the type of the backend, like "FTP" */
name = g_strdup_printf (_("%s Filesystem Service"), up);
g_set_application_name (name);
g_free (name);