Skip to content

Commit 55f2c5f

Browse files
committed
MainWindow: Fix missing gettext
1 parent 681154e commit 55f2c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public class Music.MainWindow : Gtk.ApplicationWindow {
291291
}
292292

293293
var dialog = new Granite.MessageDialog (
294-
"Couldn't add audio files",
294+
_("Couldn't add audio files"),
295295
e.message,
296296
new ThemedIcon ("document-open")
297297
) {

0 commit comments

Comments
 (0)