Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 16 Jun 2024 09:42:30 UTC Commit: e1c9ac30375ca025366472b6bd07542a460e7df3 https://github.com/geany/geany-plugins/commit/e1c9ac30375ca025366472b6bd0754...
Log Message: ----------- updatechecker: Remove weird German quotes
Not only should this be in the German translation if need be, but I'd also just not use quotes after a colon.
Modified Paths: -------------- updatechecker/src/updatechecker.c
Modified: updatechecker/src/updatechecker.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -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)
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).