Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a format string instead of repeating almost the same string 9 times #1058

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 8, 2016

  1. Use a format string instead of repeating almost the same string 9 times

    This simplifies translations by being less redundant.
    
    Note: label variable is not freed because `keybindings_set_item()`
    currently assumes static strings but for plugins, so we need not free
    the label right away.  It's not a real problem though, as this string
    is required during the whole process' lifetime, so it'd use just as
    much memory anyway.
    
    Closes geany#953.
    b4n committed Jun 8, 2016
    Copy the full SHA
    c866070 View commit details
    Browse the repository at this point in the history