diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2017-12-04 20:27:38 +0100 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2017-12-04 20:27:38 +0100 |
commit | 00cee21bf617c5911f4c0075744930395bf28408 (patch) | |
tree | 7201108f47f2e47c6c72878ce1511ca5c2d3c2d8 /help/fi/l10n_scripts/calendar.sh | |
parent | password: Replace N_() with regular _() (diff) | |
download | zenity-00cee21bf617c5911f4c0075744930395bf28408.tar.gz zenity-00cee21bf617c5911f4c0075744930395bf28408.tar.bz2 zenity-00cee21bf617c5911f4c0075744930395bf28408.zip |
Remove obsolete help files
Diffstat (limited to 'help/fi/l10n_scripts/calendar.sh')
-rwxr-xr-x | help/fi/l10n_scripts/calendar.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/help/fi/l10n_scripts/calendar.sh b/help/fi/l10n_scripts/calendar.sh deleted file mode 100755 index 34196bad..00000000 --- a/help/fi/l10n_scripts/calendar.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - - -if zenity --calendar \ ---title="Valitse päivä" \ ---text="Napsauta päivämäärää valitsemaan päivä." \ ---day=10 --month=8 --year=2004 - then echo $? - else echo "Päivää ei valittu" -fi |