ability to use middle mouse button to close tabs - #60
Closed
sc0w wants to merge 1 commit into
Closed
Conversation
mrjimenez
pushed a commit
to mrjimenez/amule
that referenced
this pull request
Jun 10, 2026
The portability commit changed two msgids -- the two "Terminating / Killing amuleweb instance with pid '%d' ... " log messages -- from `%ld` to `%d` to match the new `int` type of `webserver_pid`. CFormat is type-safe so the rendered output is unchanged, but the extracted msgids drift so the .pot and every .po has to be regenerated. msgmerge marked the two updated entries `#, fuzzy` in each catalog that previously translated them. The only difference between the old and new msgstr is the same %ld -> %d swap, so this is a mechanical fix: each affected msgstr has its `%ld` replaced with `%d` and the fuzzy marker dropped. No human translation work needed -- all languages keep their existing wording. Catalogs that already had the entries untranslated, and unrelated pre-existing fuzzy entries (e.g. the English (U.S.) marker from PR amule-project#60), are left untouched.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #25
Note:
The events "middle up" and "left up" have same problem, the bug #13
With "down" no problems