diff options
Diffstat (limited to '')
-rw-r--r-- | unicode/src/screens/UScreenEditConvert.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicode/src/screens/UScreenEditConvert.pas b/unicode/src/screens/UScreenEditConvert.pas index b4417cc7..b2fb7773 100644 --- a/unicode/src/screens/UScreenEditConvert.pas +++ b/unicode/src/screens/UScreenEditConvert.pas @@ -251,7 +251,7 @@ begin end else begin - ScreenPopupError.ShowPopup(Language.Translate('ERROR_EDITOR_NO_TRACK_SELECTED')); + ScreenPopupError.ShowPopup(Language.Translate('EDITOR_ERROR_NO_TRACK_SELECTED')); end; {$ENDIF} end; |