summaryrefslogtreecommitdiff
path: root/help/fi/l10n_scripts/text_entry.sh
diff options
context:
space:
mode:
Diffstat (limited to 'help/fi/l10n_scripts/text_entry.sh')
-rwxr-xr-xhelp/fi/l10n_scripts/text_entry.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/help/fi/l10n_scripts/text_entry.sh b/help/fi/l10n_scripts/text_entry.sh
deleted file mode 100755
index 7e65fc90..00000000
--- a/help/fi/l10n_scripts/text_entry.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-if zenity --entry \
- --title="Lisää syöte" \
- --text="Syötä _salasanasi:" \
- --entry-text "salasana" \
- --hide-text; then
- echo $?
-else
- echo "Salasanaa ei syötetty"
-fi
bgstack15