summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-02-14 00:29:40 +0100
committerJens Georg <mail@jensge.org>2020-02-14 00:35:34 +0100
commitc621bf9201680d415165bd08fdbb5043d5071bfa (patch)
treecb25f753db27191bc986ac1dcde527c81d6cc445
parent8607ccf02b80e38b34275874df6e9e0b74c5e3bf (diff)
downloadrygel-c621bf9201680d415165bd08fdbb5043d5071bfa.tar.gz
media-export: Add missing translation
-rw-r--r--src/plugins/media-export/rygel-media-export-harvesting-task.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/media-export/rygel-media-export-harvesting-task.vala b/src/plugins/media-export/rygel-media-export-harvesting-task.vala
index 0a28acc9..c22c9733 100644
--- a/src/plugins/media-export/rygel-media-export-harvesting-task.vala
+++ b/src/plugins/media-export/rygel-media-export-harvesting-task.vala
@@ -342,7 +342,7 @@ public class Rygel.MediaExport.HarvestingTask : Rygel.StateMachine,
}
}
} catch (Error error) {
- warning (/*_*/"Failed to extract meta-data for file %s",
+ warning (_("Failed to extract meta-data for file %s"),
error.message);
}