summaryrefslogtreecommitdiff
path: root/src/totem-playlist.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-07-22 11:20:47 +0200
committerBastien Nocera <hadess@hadess.net>2013-07-22 11:20:47 +0200
commit337077eb32489ebc16e234a0eabdcdd45106df05 (patch)
tree227bce3a6145e8c613f94dab69380e4653d6a055 /src/totem-playlist.c
parent742f8a25f8d9f5b5fefc58652231d12eccb4243a (diff)
downloadtotem-337077eb32489ebc16e234a0eabdcdd45106df05.tar.gz
all: Drop GtkStock usage
Diffstat (limited to 'src/totem-playlist.c')
-rw-r--r--src/totem-playlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/totem-playlist.c b/src/totem-playlist.c
index 4eceb7b69..0d843e3e0 100644
--- a/src/totem-playlist.c
+++ b/src/totem-playlist.c
@@ -1060,8 +1060,8 @@ totem_playlist_save_files (GtkWidget *widget, TotemPlaylist *playlist)
fs = gtk_file_chooser_dialog_new (_("Save Playlist"),
totem_playlist_get_toplevel (playlist),
GTK_FILE_CHOOSER_ACTION_SAVE,
- GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
- GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT,
+ _("_Cancel"), GTK_RESPONSE_CANCEL,
+ _("_Save"), GTK_RESPONSE_ACCEPT,
NULL);
gtk_dialog_set_default_response (GTK_DIALOG (fs), GTK_RESPONSE_ACCEPT);
gtk_file_chooser_set_local_only (GTK_FILE_CHOOSER (fs), FALSE);