Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

typo 'by your distribution' to 'by your flatpak's distribution' #356

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/gradio-codec-installer.vala
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ namespace Gradio{
var context = new Gst.PbUtils.InstallPluginsContext();
Gst.PbUtils.install_plugins_async(installer_detail, context, install_callback);
}else{
warning("Installation failed. Codec installation is not supported by your distribution. Please install the missin codec by yourself.");
App.window.show_notification("Automatic codec installation isn't supported by your distribution.\nPlease install \""+missingcodec+"\" manually.");
warning("Installation failed. Codec installation is not supported by your flatpak's distribution. Please install the missin codec by yourself.");
App.window.show_notification("Automatic codec installation isn't supported by your flatpak's distribution.\nPlease install \""+missingcodec+"\" manually.");
}
}

Expand Down