diff src/filewriter/filewriter.c @ 1525:bee9eaedefa5

- made the MP3 FileWriter output plugin less braindead - adapted translations to reflect this - started German translation - added update-potfiles.sh script
author mf0102 <0102@gmx.at>
date Sat, 25 Aug 2007 22:57:25 +0200
parents 3a252050736c
children 25ea2127eefa
line wrap: on
line diff
--- a/src/filewriter/filewriter.c	Sat Aug 25 15:43:58 2007 +0200
+++ b/src/filewriter/filewriter.c	Sat Aug 25 22:57:25 2007 +0200
@@ -618,7 +618,7 @@
         gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(use_suffix_toggle), use_suffix);
         gtk_box_pack_start(GTK_BOX(configure_vbox), use_suffix_toggle, FALSE, FALSE, 0);
         use_suffix_tooltips = gtk_tooltips_new();
-        gtk_tooltips_set_tip(use_suffix_tooltips, use_suffix_toggle, _("If enabled, the extension from the original filename will not be stripped before adding the .wav extension to the end."), NULL);
+        gtk_tooltips_set_tip(use_suffix_tooltips, use_suffix_toggle, _("If enabled, the extension from the original filename will not be stripped before adding the new file extension to the end."), NULL);
         gtk_tooltips_enable(use_suffix_tooltips);
 
         if (filenamefromtags)