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

Uniformize string "No entry for %s in remote '%s' summary flatpak cache " #4746

Closed
rffontenelle opened this issue Feb 14, 2022 · 0 comments
Closed

Comments

@rffontenelle
Copy link
Contributor

common/flatpak-dir.c has three very similar strings that I was wondering if they could receive some uniformization:

  • No entry for %s in remote '%s' summary flatpak cache from lines 656, 793 and 822 (notice the single quotes around placeholder, and trailing space)

  • No entry for %s in remote '%s' summary cache in line 834 (notice the single quotes around placeholder, and trailing space)

  • No entry for %s in remote %s summary flatpak sparse cache in lines 1232 and 1268 (notice no single quotes, and no trailing space)

How about single quotes and the trailing space be added/remove from all?

@mwleeds mwleeds added this to the 1.14.0 milestone Jun 16, 2022
@mwleeds mwleeds modified the milestones: 1.14.0, 1.16.0 Aug 23, 2022
vgdaut added a commit to vgdaut/flatpak that referenced this issue Mar 27, 2024
Related to issue flatpak#4746. Unnecessary end whitespace were removed. Write "remote %s" instead of "remote '%s'".
vgdaut added a commit to vgdaut/flatpak that referenced this issue Mar 27, 2024
Related to issue flatpak#4746. Unnecessary end whitespaces were removed. Write "remote %s" instead of "remote '%s'".
TingPing pushed a commit that referenced this issue May 5, 2024
Related to issue #4746. Unnecessary end whitespaces were removed. Write "remote %s" instead of "remote '%s'".
@TingPing TingPing closed this as completed May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants