update translations
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Sernatur {
|
||||
|
||||
var file = File.new_for_path ("/etc/sernatur/sernatur.conf");
|
||||
if (!file.query_exists ()) {
|
||||
stderr.printf (dgettext (null, "File '%s' doesn't exist.\n"), file.get_path ());
|
||||
stderr.printf (dgettext (null, "The file '%s' doesn't exist.\n"), file.get_path ());
|
||||
application.quit ();
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user