diff base/Preferences.cpp @ 165:5ae5885d6ce3

* Add support for plugin classification using category files. Add separate menus listing plugins by category, maker, and plugin name.
author Chris Cannam
date Thu, 21 Sep 2006 16:43:50 +0000
parents da3701a3953e
children 91fdc752e540
line wrap: on
line diff
--- a/base/Preferences.cpp	Thu Sep 21 11:17:19 2006 +0000
+++ b/base/Preferences.cpp	Thu Sep 21 16:43:50 2006 +0000
@@ -85,7 +85,7 @@
         return tr("Spectral analysis window shape");
     }
     if (name == "Resample Quality") {
-        return tr("Resampler quality");
+        return tr("Playback resampler type");
     }
     return name;
 }
@@ -168,7 +168,7 @@
     if (name == "Resample Quality") {
         switch (value) {
         case 0: return tr("Fastest");
-        case 1: return tr("Medium quality");
+        case 1: return tr("Standard");
         case 2: return tr("Highest quality");
         }
     }