Skip to content

Commit

Permalink
updatechecker: Remove weird German quotes
Browse files Browse the repository at this point in the history
Not only should this be in the German translation if need be, but I'd
also just not use quotes after a colon.
  • Loading branch information
b4n committed Apr 24, 2024
1 parent 6eb1f92 commit 15f0182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updatechecker/src/updatechecker.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ static void update_check_result_cb(GObject *session,
else
{
gchar *error_message = g_strdup_printf(
_("Unable to perform version check.\nError code: %d \nError message: »%s«"),
_("Unable to perform version check.\nError code: %d \nError message: %s"),
soup_message_get_status(msg),
err ? err->message : soup_message_get_reason_phrase(msg));
if (type == UPDATECHECK_MANUAL)
Expand Down

0 comments on commit 15f0182

Please sign in to comment.