summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2001-01-18 18:41:45 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2001-01-18 18:41:45 +0000
commita3b91897548ce32d281fdbd11cdaaeb659a1dfe1 (patch)
treebdaa9169f49dbc2c3243b0fb5358583435b9d63d
parentcb835b6f379a6726d65f0367e5ad6dc14d0d4d42 (diff)
downloadnautilus-a3b91897548ce32d281fdbd11cdaaeb659a1dfe1.tar.gz
Fixed bug 5260: (Should revise 'Music view is unable to play
back sound' dialog) * components/music/nautilus-music-view.c: (play_current_file): Improved an error message per Eli and Vera.
-rw-r--r--ChangeLog8
-rw-r--r--components/music/nautilus-music-view.c5
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e133a2ec..6587ed114 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-01-18 John Sullivan <sullivan@eazel.com>
+
+ Fixed bug 5260: (Should revise 'Music view is unable to play
+ back sound' dialog)
+
+ * components/music/nautilus-music-view.c: (play_current_file):
+ Improved an error message per Eli and Vera.
+
2001-01-18 Ramiro Estrugo <ramiro@eazel.com>
* libnautilus-extensions/nautilus-global-preferences.c:
diff --git a/components/music/nautilus-music-view.c b/components/music/nautilus-music-view.c
index c0f665d8b..07204aaaa 100644
--- a/components/music/nautilus-music-view.c
+++ b/components/music/nautilus-music-view.c
@@ -1182,8 +1182,9 @@ play_current_file (NautilusMusicView *music_view, gboolean from_start)
if (esdout_playing ()) {
nautilus_error_dialog (_("Sorry, but the music view is unable to play back sound right now. "
- "Either another program is using or blocking the soundcard "
- "or your soundcard is not configured properly. "),
+ "Either another program is using or blocking the sound card, "
+ "or your sound card is not configured properly. Try quitting any "
+ "applications that may be blocking use of the sound card."),
_("Unable to Play File"),
GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (&music_view->parent))));