[vlc-commits] Use "IP" for IP address
Jean-Baptiste Kempf
git at videolan.org
Tue Apr 14 23:01:28 CEST 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 14 22:56:42 2015 +0200| [977ed86ca81f478679250b30dbd63ad1b5afb3e5] | committer: Jean-Baptiste Kempf
Use "IP" for IP address
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=977ed86ca81f478679250b30dbd63ad1b5afb3e5
---
modules/control/netsync.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/control/netsync.c b/modules/control/netsync.c
index 1226e2c..82479db 100644
--- a/modules/control/netsync.c
+++ b/modules/control/netsync.c
@@ -58,7 +58,7 @@ static void Close(vlc_object_t *);
"this VLC instance will act as the master clock for synchronization " \
"for clients listening")
-#define MIP_TEXT N_("Master server ip address")
+#define MIP_TEXT N_("Master server IP address")
#define MIP_LONGTEXT N_("The IP address of " \
"the network master clock to use for clock synchronization.")
More information about the vlc-commits
mailing list