diff options
author | rbuj <[email protected]> | 2018-09-30 09:44:14 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-01 12:47:45 +0200 |
commit | b7a1ac59a08933acd4c4fb329580a872fbd2b102 (patch) | |
tree | eb94db86c1cbea30671cd9be79a380ce28fbe803 | |
parent | 2bccd4e4ac308918e2cbdf7f53f230bd41d7dedb (diff) | |
download | mate-panel-b7a1ac59a08933acd4c4fb329580a872fbd2b102.tar.bz2 mate-panel-b7a1ac59a08933acd4c4fb329580a872fbd2b102.tar.xz |
Clock applet help: Fix speed unit for meters per second
-rw-r--r-- | help/mate-clock/C/index.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/mate-clock/C/index.docbook b/help/mate-clock/C/index.docbook index 90f3bfc6..9a7db26a 100644 --- a/help/mate-clock/C/index.docbook +++ b/help/mate-clock/C/index.docbook @@ -469,7 +469,7 @@ The <application>&applet;</application> applet displays the date and time, and w <para><guilabel>km/h</guilabel> (kilometers per hour)</para> </listitem> <listitem> - <para><guilabel>Dm/a</guilabel> (meters per second)</para> + <para><guilabel>m/s</guilabel> (meters per second)</para> </listitem> <listitem> <para><guilabel>Default</guilabel> The default display for your region.</para> |