update translations

This commit is contained in:
2018-11-01 22:14:47 -03:00
parent 9c43963dce
commit d034c71116
3 changed files with 18 additions and 8 deletions

View File

@@ -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;
}