diff --git a/src/Application.vala b/src/Application.vala index 94cfd977e..10c131d38 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -38,7 +38,7 @@ namespace Scratch { { "new-tab", 't', 0, OptionArg.NONE, null, N_("New Tab"), null }, { "new-window", 'n', 0, OptionArg.NONE, null, N_("New Window"), null }, { "version", 'v', 0, OptionArg.NONE, null, N_("Print version info and exit"), null }, - { "go-to", 'g', 0, OptionArg.STRING, null, "Open file at specified selection range", "" }, + { "go-to", 'g', 0, OptionArg.STRING, null, N_("Open file at specified selection range"), N_("") }, { GLib.OPTION_REMAINING, 0, 0, OptionArg.FILENAME_ARRAY, null, null, N_("[FILEā€¦]") }, { null } };