diff options
author | Andre Pang <athp@users.sourceforge.net> | 2004-07-05 01:24:16 +0000 |
---|---|---|
committer | Andre Pang <athp@users.sourceforge.net> | 2004-07-05 01:24:16 +0000 |
commit | 06accd34019f620347881096405b12dff1361f59 (patch) | |
tree | dcb44e121de9acdaecd7dc7551cda6ef8233a2ec /src | |
parent | 0a560b285ff7d692d6c01f9ef4d89bb16665ccfd (diff) | |
download | xine-lib-06accd34019f620347881096405b12dff1361f59.tar.gz xine-lib-06accd34019f620347881096405b12dff1361f59.tar.bz2 |
Change "MacOSX" -> "Mac OS X" for human-readable strings (still use MacOSX
internally)
CVS patchset: 6771
CVS date: 2004/07/05 01:24:16
Diffstat (limited to 'src')
-rw-r--r-- | src/audio_out/audio_coreaudio_out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_out/audio_coreaudio_out.c b/src/audio_out/audio_coreaudio_out.c index 680e7db84..6038af349 100644 --- a/src/audio_out/audio_coreaudio_out.c +++ b/src/audio_out/audio_coreaudio_out.c @@ -449,7 +449,7 @@ static char* get_identifier (audio_driver_class_t *this_gen) { } static char* get_description (audio_driver_class_t *this_gen) { - return _("xine output plugin for Coreaudio/MacOSX"); + return _("xine output plugin for Coreaudio/Mac OS X"); } static void dispose_class (audio_driver_class_t *this_gen) { |