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

Spelling: DBus→D-Bus, MIME types → Media types #241

Merged
merged 1 commit into from Jun 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -145,7 +145,7 @@ as_provided_kind_to_l10n_string (AsProvidedKind kind)
if (kind == AS_PROVIDED_KIND_BINARY)
return _("Binaries");
if (kind == AS_PROVIDED_KIND_MIMETYPE)
return _("MIME types");
return _("Media types");
if (kind == AS_PROVIDED_KIND_FONT)
return _("Fonts");
if (kind == AS_PROVIDED_KIND_MODALIAS)
@@ -155,9 +155,9 @@ as_provided_kind_to_l10n_string (AsProvidedKind kind)
if (kind == AS_PROVIDED_KIND_PYTHON)
return _("Python 3");
if (kind == AS_PROVIDED_KIND_DBUS_SYSTEM)
return _("DBus System Services");
return _("D-Bus System Services");
if (kind == AS_PROVIDED_KIND_DBUS_USER)
return _("DBus Session Services");
return _("D-Bus Session Services");
if (kind == AS_PROVIDED_KIND_FIRMWARE_RUNTIME)
return _("Runtime Firmware");
if (kind == AS_PROVIDED_KIND_FIRMWARE_FLASHED)