<p dir="ltr">On Feb 3, 2014 1:10 PM, "<a href="mailto:Barry.Scott@onelan.com">Barry.Scott@onelan.com</a>" <<a href="mailto:barry.scott@onelan.com">barry.scott@onelan.com</a>> wrote:<br>
><br>
> The use of the ... (ellipsis) is to "elide" text.<br>
> Ellipsized is not in the dictionary.<br>
><br>
> If you are willing to take this fix I could develop a patch to fix the<br>
> variables used in the code as well.<br>
><br>
> Barry<br>
><br>
><br>
> --- systemd-208/src/systemctl/systemctl.c.orig  2014-02-03 17:02:32.830744599<br>
> +0000<br>
> +++ systemd-208/src/systemctl/systemctl.c       2014-01-21 18:13:09.969496348<br>
> +0000<br>
> @@ -3619,7 +3619,7 @@<br>
>                  }<br>
><br>
>          if (ellipsized && !arg_quiet)<br>
> -                printf("Hint: Some lines were elided, use -l to show in full.<br>
> \n");<br>
> +                printf("Hint: Some lines were ellipsized, use -l to show in<br>
> full.\n");<br>
><br>
>          return ret;<br>
>  }<br>
><br>
> --<br>
> Barry Scott<br>
> Head of Player Development<br>
> ONELAN Limited<br>
><br>
> _______________________________________________<br>
> systemd-devel mailing list<br>
> <a href="mailto:systemd-devel@lists.freedesktop.org">systemd-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/systemd-devel">http://lists.freedesktop.org/mailman/listinfo/systemd-devel</a></p>
<p dir="ltr">The word "elide" is very uncommon in typical English usage. To make this message easier to understand for non-native speakers and for those that may not have a dictionary or the Internet available, how about we go with "truncated" or "shortened"? "Truncated" is frequently used in computer jargon, so non-native speakers are likely already familiar with that word.</p>

<p dir="ltr">Also, your patch is backwards.</p>
<p dir="ltr">Jason</p>