Background Button: Change unsupported image format notification message

This commit is contained in:
Romain Vigier
2022-08-16 09:51:45 +02:00
parent a728aea560
commit f06cfee414
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ var BackgroundButton = GObject.registerClass({
} else {
if (this.root instanceof Adw.PreferencesWindow) {
this.root.add_toast(new Adw.Toast({
title: _('Only JPEG, PNG, TIFF, SVG and XML files can be set as background image.'),
title: _('This image format is not supported.'),
timeout: 10,
}));
}