]> git.sesse.net Git - vlc/commitdiff
* Got rid of more "VideoLAN C*****" references.
authorSam Hocevar <sam@videolan.org>
Tue, 27 Apr 2004 14:57:37 +0000 (14:57 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 27 Apr 2004 14:57:37 +0000 (14:57 +0000)
  * include/vlc_meta.h: s/Url/URL/.

include/vlc_meta.h
modules/gui/gtk/gnome.glade
modules/gui/gtk/gnome_interface.c
modules/gui/gtk/gtk.glade

index a16167222eccc9ca91f7f2456de7a413a4cd3770..5986bf695e2bc748c71b140d53ee9e6b52ab94ac 100644 (file)
@@ -34,7 +34,7 @@
 #define VLC_META_RATING             N_("Rating")
 #define VLC_META_DATE               N_("Date")
 #define VLC_META_SETTING            N_("Setting")
-#define VLC_META_URL                N_("Url")
+#define VLC_META_URL                N_("URL")
 #define VLC_META_LANGUAGE           N_("Language")
 #define VLC_META_CODEC_NAME         N_("Codec Name")
 #define VLC_META_CODEC_DESCRIPTION  N_("Codec Description")
index 845f8a724b7b07d857b1d390a0d76f045410e76c..c4bd32b9bb0917829153eee8e98e5e88bf19922f 100644 (file)
@@ -2,7 +2,7 @@
 <GTK-Interface>
 
 <project>
-  <name>VideoLAN Client</name>
+  <name>VLC media player</name>
   <program_name>vlc</program_name>
   <directory></directory>
   <source_directory></source_directory>
   <authors>the VideoLAN team &lt;videolan@videolan.org&gt;
 http://www.videolan.org/
 </authors>
-  <comments>This is the VideoLAN Client, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.</comments>
+  <comments>This is the VLC media player, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.</comments>
 </widget>
 
 <widget>
index 9154997cd1ccecb4bad1a8d87e24f995f7f389fb..cb9261365f8fc98009e5f72dd17cd3598bdb52bb 100644 (file)
@@ -1360,7 +1360,7 @@ create_intf_about (void)
   intf_about = gnome_about_new ("VLC media player", VERSION,
                         _("(c) 1996-2004 the VideoLAN team"),
                         authors,
-                        _("This is the VideoLAN Client, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source."),
+                        _("This is the VLC media player, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source."),
                         NULL);
   gtk_object_set_data (GTK_OBJECT (intf_about), "intf_about", intf_about);
 
index 8621b170b3cba96cd5e6a07456f60f898d4fe7e9..95ecf7502c75db882b5dc183c57143426f244fbd 100644 (file)
@@ -2,7 +2,7 @@
 <GTK-Interface>
 
 <project>
-  <name>VideoLAN Client</name>
+  <name>VLC media player</name>
   <program_name>vlc</program_name>
   <directory></directory>
   <source_directory></source_directory>
       <widget>
        <class>GtkLabel</class>
        <name>label17</name>
-       <label>This is the VideoLAN Client, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.</label>
+       <label>This is the VLC media player, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.</label>
        <justify>GTK_JUSTIFY_LEFT</justify>
        <wrap>True</wrap>
        <xalign>0.5</xalign>