Browse Source

Fixed a typo

tags/2021-05-28
jules 12 years ago
parent
commit
4da8eb3ec1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.cpp

+ 1
- 1
modules/juce_audio_utils/gui/juce_AudioDeviceSelectorComponent.cpp View File

@@ -192,7 +192,7 @@ struct AudioDeviceSetupDetails
bool useStereoPairs;
};
static String getNoDeviceString() { return "<< " + TRANS("none") + " >>"); }
static String getNoDeviceString() { return "<< " + TRANS("none") + " >>"; }
//==============================================================================
class AudioDeviceSettingsPanel : public Component,


Loading…
Cancel
Save