summaryrefslogtreecommitdiff
path: root/src/totem-interface.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-01-10 20:55:21 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-01-10 20:55:21 +0000
commit9282531255338e90e08498a7cff18c77af578c2f (patch)
tree6aeb5704528703c1c67a82d69dda44e330f2e29c /src/totem-interface.c
parent9fc38363966807b944caf62e5a7344c97753a78c (diff)
downloadtotem-9282531255338e90e08498a7cff18c77af578c2f.tar.gz
add support for "audio only" outputs (Closes: #395078)
2007-01-10 Bastien Nocera <hadess@hadess.net> * browser-plugin/totem-plugin-viewer-options.h: * browser-plugin/totem-plugin-viewer.c: (totem_embedded_construct), (main): * browser-plugin/totemPlugin.cpp: * browser-plugin/totemPlugin.h: add support for "audio only" outputs (Closes: #395078) * browser-plugin/totemNarrowSpacePlugin.cpp: remove unused audio/x-mpegurl mime-type * src/totem-interface.c: (totem_interface_get_license): Remove mention of Sound Juicer completely (Closes: #395154) 2007-01-10 Bastien Nocera <hadess@hadess.net> * POTFILES.in: add missing files (Closes: #395154) svn path=/trunk/; revision=3856
Diffstat (limited to 'src/totem-interface.c')
-rw-r--r--src/totem-interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/totem-interface.c b/src/totem-interface.c
index 53d5c0313..2711c332e 100644
--- a/src/totem-interface.c
+++ b/src/totem-interface.c
@@ -237,12 +237,12 @@ totem_interface_get_license (void)
"it under the terms of the GNU General Public License as published by "
"the Free Software Foundation; either version 2 of the License, or "
"(at your option) any later version."),
- N_("Sound Juicer is distributed in the hope that it will be useful, "
+ N_("Totem is distributed in the hope that it will be useful, "
"but WITHOUT ANY WARRANTY; without even the implied warranty of "
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the "
"GNU General Public License for more details."),
N_("You should have received a copy of the GNU General Public License "
- "along with Sound Juicer; if not, write to the Free Software Foundation, Inc., "
+ "along with Totem; if not, write to the Free Software Foundation, Inc., "
"59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"),
N_("Totem contains an exception to allow the use of proprietary "
"GStreamer plugins.")