We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0974c commit 258b6a5Copy full SHA for 258b6a5
src/Application.vala
@@ -146,8 +146,8 @@ public class Application : Gtk.Application {
146
var window = get_windows ().first ().data;
147
var error_dialog = new
148
Granite.MessageDialog.with_image_from_icon_name (
149
- "Couldn't open file",
150
- "The specified file is not a valid text file, or Slate could not access it",
+ _("Couldn't open file"),
+ _("The specified file is not a valid text file, or Slate could not access it"),
151
"dialog-error"
152
) {
153
transient_for = window
0 commit comments