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 23a82cc commit 6f791e8Copy full SHA for 6f791e8
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