diff options
author | Timothy Pearson <[email protected]> | 2014-10-18 18:35:02 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-18 18:35:02 -0500 |
commit | 694a09362e611327e64cd9b46f80d4f4f8b914cb (patch) | |
tree | ccb890ea9ec836aea6f9ba810f2b58ca91f8576d | |
parent | 36ed6a5d140c6e2c7b00323c41d50e07b76b7c08 (diff) | |
download | kiosktool-694a09362e611327e64cd9b46f80d4f4f8b914cb.tar.gz kiosktool-694a09362e611327e64cd9b46f80d4f4f8b914cb.zip |
Fix missing semicolons at end of Keywords strings
-rw-r--r-- | kiosktool/kcms/autostart/kcmautostart.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kiosktool/kcms/autostart/kcmautostart.desktop b/kiosktool/kcms/autostart/kcmautostart.desktop index 1b6f6c3..5647cd7 100644 --- a/kiosktool/kcms/autostart/kcmautostart.desktop +++ b/kiosktool/kcms/autostart/kcmautostart.desktop @@ -37,7 +37,7 @@ Comment[sr@Latn]=Podešavanje automatskog pokretanja Comment[sv]=Inställning av automatisk start Comment[ta]=தானாகவே துவங்கும் வடிவமைப்பு Comment[xx]=xxAutoStart Configurationxx -Keywords=AutoStart;Services +Keywords=AutoStart;Services; Keywords[da]=AutoStart; Tjenester Keywords[es]=Arranque automático;Servicios Keywords[et]=AutoStart;Teenused |