Skip to content

Commit

Permalink
Use format string (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
39aldo39 committed Oct 20, 2021
1 parent b877b47 commit 0594a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/utils/decsync.c
Expand Up @@ -175,6 +175,7 @@ config_decsync_update_combo_box (Context *context)
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_WARNING,
GTK_BUTTONS_OK,
"%s",
error_string);
title = _("DecSync");
gtk_window_set_title (GTK_WINDOW (dialog), title);
Expand Down

0 comments on commit 0594a82

Please sign in to comment.