Remove trailing dot from error message
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
42e8cd2691
commit
b726796f41
1
cfg.mk
1
cfg.mk
|
|
@ -20,7 +20,6 @@ local-checks-to-skip = \
|
||||||
\
|
\
|
||||||
sc_program_name \
|
sc_program_name \
|
||||||
sc_bindtextdomain \
|
sc_bindtextdomain \
|
||||||
sc_error_message_period \
|
|
||||||
sc_m4_quote_check \
|
sc_m4_quote_check \
|
||||||
sc_prohibit_assert_without_use \
|
sc_prohibit_assert_without_use \
|
||||||
sc_prohibit_dirent_without_use \
|
sc_prohibit_dirent_without_use \
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@ ot_editor_prompt (OstreeRepo *repo,
|
||||||
|
|
||||||
if (!gs_subprocess_wait_sync_check (proc, cancellable, error))
|
if (!gs_subprocess_wait_sync_check (proc, cancellable, error))
|
||||||
{
|
{
|
||||||
g_prefix_error (error, "There was a problem with the editor '%s'.", editor);
|
g_prefix_error (error, "There was a problem with the editor '%s'", editor);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue