[phodav] chezdav: improve some strings



commit 0acc845bbf036b0db63fcdb903bef524fe77a9c1
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Wed Jan 22 19:55:59 2014 +0100

    chezdav: improve some strings

 libphodav/chezdav.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libphodav/chezdav.c b/libphodav/chezdav.c
index cb66551..d4f312a 100644
--- a/libphodav/chezdav.c
+++ b/libphodav/chezdav.c
@@ -216,7 +216,7 @@ main (int argc, char *argv[])
 #endif
   g_set_prgname ("chezdav");
 
-  context = g_option_context_new (_ ("- simple webdav server"));
+  context = g_option_context_new (_ ("- simple WebDAV server"));
   gchar *s = g_strdup_printf (_ ("Report bugs to <%s>"), PACKAGE_BUGREPORT);
   g_option_context_set_description (context, s);
   g_free (s);
@@ -270,7 +270,7 @@ main (int argc, char *argv[])
   mdns_client = ga_client_new (GA_CLIENT_FLAG_NO_FLAGS);
   g_signal_connect (mdns_client, "state-changed", G_CALLBACK (mdns_state_changed), NULL);
   if (!ga_client_start (mdns_client, &error))
-    my_error (_ ("mdns failed: %s\n"), error->message);
+    my_error (_ ("mDNS failed: %s\n"), error->message);
 #endif
 
   phodav_server_run (dav);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]