[rhythmbox] media-player: change the label on the sync dialog cancel button



commit e7b351c5affd3126cf383f3f1d4cb3c05935e0d8
Author: Jonathan Matthew <jonathan d14n org>
Date:   Fri Jun 4 22:39:59 2010 +1000

    media-player: change the label on the sync dialog cancel button
    
    Instead of it saying "cancel", it now says "don't sync".  We don't want
    to give the impression that pressing it will restore the sync settings
    back to how they were before the dialog.

 sources/rb-media-player-source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sources/rb-media-player-source.c b/sources/rb-media-player-source.c
index 5f61f4e..8a86db5 100644
--- a/sources/rb-media-player-source.c
+++ b/sources/rb-media-player-source.c
@@ -683,7 +683,7 @@ display_sync_settings_dialog (RBMediaPlayerSource *source)
 							 0,
 							 _("Sync with the device"),
 							 GTK_RESPONSE_YES,
-							 _("Cancel"),
+							 _("Don't sync"),
 							 GTK_RESPONSE_CANCEL,
 							 NULL);
 	g_free (title);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]