diff options
author | Thomas Haller <thaller@redhat.com> | 2017-12-27 14:17:34 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-04-13 10:00:09 +0200 |
commit | 684bf311502a0579d841bb55137f42368ae0cc6b (patch) | |
tree | b58bc2d10d230d775abe4db461a032bcd4d7f344 /libnm-glib | |
parent | f69dbd71fe1f714250cc865b4c2e50fcc95579d2 (diff) |
all: unify spelling of translators hint in source code
Use the same form everywhere: "TRANSLATORS" instead of "Translators".
The manual also seems to prefer the upper-case form [1].
$ sed 's/\<Translators\>: /TRANSLATORS: /g' $(git grep -l Translators) -i
[1] https://www.gnu.org/software/gettext/manual/gettext.html
Diffstat (limited to 'libnm-glib')
-rw-r--r-- | libnm-glib/nm-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/nm-device.c b/libnm-glib/nm-device.c index be86a2464..c340d5e51 100644 --- a/libnm-glib/nm-device.c +++ b/libnm-glib/nm-device.c @@ -2006,7 +2006,7 @@ nm_device_disambiguate_names (NMDevice **devices, g_free (names[i]); name = get_device_type_name_with_iface (devices[i]); - /* Translators: the first %s is a bus name (eg, "USB") or + /* TRANSLATORS: the first %s is a bus name (eg, "USB") or * product name, the second is a device type (eg, * "Ethernet"). You can change this to something like * "%2$s (%1$s)" if there's no grammatical way to combine |