Add translator comments

This commit is contained in:
Piotr Drąg
2018-09-25 20:12:27 +02:00
parent 16d2afe56a
commit 64ce198a07
6 changed files with 30 additions and 13 deletions

View File

@ -162,6 +162,7 @@ main (gint argc,
flags |= O_EXCL;
if (g_file_test (filename, G_FILE_TEST_EXISTS))
{
/* Translators: %s is a file name. */
g_printerr (_("%s exists. Use --force to overwrite\n"), filename);
return EXIT_FAILURE;
}