[nautilus-actions] Fix typos in sample actions



commit e8b23f13f6a7190cc108b1c56b7d4c125c79d165
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Aug 19 22:34:08 2010 +0200

    Fix typos in sample actions

 ChangeLog                               |    3 +++
 data/actions/open-terminal-here.desktop |   21 +++++++++++++++++++++
 data/actions/show-na-parameters.desktop |   18 +++++++++++++++++-
 3 files changed, 41 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1e42b21..dce1b67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-08-19 Pierre Wieser <pwieser trychlos org>
 
+	* data/actions/open-terminal-here.desktop:
+	* data/actions/show-na-parameters.desktop: Fix typo.
+
 	* src/api/na-object-item.h:
 	* src/core/na-object-item.c
 	(na_object_item_deals_with_version): New function.
diff --git a/data/actions/open-terminal-here.desktop b/data/actions/open-terminal-here.desktop
index 67773ec..1d145f5 100644
--- a/data/actions/open-terminal-here.desktop
+++ b/data/actions/open-terminal-here.desktop
@@ -9,7 +9,28 @@ Name[en]=Open a terminal here
 Profiles=profile-zero;
 TargetToolbar=true
 
+ToolbarLabel[en_US.UTF-8]=Open a terminal here
+ToolbarLabel[en_US]=Open a terminal here
+ToolbarLabel[en.UTF-8]=Open a terminal here
+ToolbarLabel[C]=Open a terminal here
+Icon[en_US.UTF-8]=/usr/share/icons/gnome/24x24/apps/gnome-terminal.png
+Icon[en_US]=/usr/share/icons/gnome/24x24/apps/gnome-terminal.png
+Icon[en.UTF-8]=/usr/share/icons/gnome/24x24/apps/gnome-terminal.png
+Icon[C]=/usr/share/icons/gnome/24x24/apps/gnome-terminal.png
+Tooltip[en_US.UTF-8]=Open a terminal if the current location
+Tooltip[en_US]=Open a terminal if the current location
+Tooltip[en.UTF-8]=Open a terminal if the current location
+Tooltip[C]=Open a terminal if the current location
+Name[en_US.UTF-8]=Open a terminal here
+Name[en_US]=Open a terminal here
+Name[en.UTF-8]=Open a terminal here
+Name[C]=Open a terminal here
+
 [X-Action-Profile profile-zero]
 Exec=gnome-terminal --working-directory=%f
 Name[en_US.UTF-8]=Default profile
 MimeTypes=inode/directory;
+Name[en_US]=Default profile
+Name[en.UTF-8]=Default profile
+Name[en]=Default profile
+Name[C]=Default profile
diff --git a/data/actions/show-na-parameters.desktop b/data/actions/show-na-parameters.desktop
index d5b19d0..1f16061 100644
--- a/data/actions/show-na-parameters.desktop
+++ b/data/actions/show-na-parameters.desktop
@@ -14,7 +14,23 @@ Tooltip[C]=Display the Nautilus-Actions parameters
 TargetLocation=true
 TargetToolbar=true
 
+ToolbarLabel[en_US.UTF-8]=Display Nautilus-Actions Parameters
+ToolbarLabel[en_US]=Display Nautilus-Actions Parameters
+ToolbarLabel[en.UTF-8]=Display Nautilus-Actions Parameters
+Icon[en_US.UTF-8]=/usr/share/icons/hicolor/16x16/apps/nautilus-actions.png
+Icon[en_US]=/usr/share/icons/hicolor/16x16/apps/nautilus-actions.png
+Icon[en.UTF-8]=/usr/share/icons/hicolor/16x16/apps/nautilus-actions.png
+Tooltip[en_US.UTF-8]=Display the Nautilus-Actions parameters
+Tooltip[en_US]=Display the Nautilus-Actions parameters
+Tooltip[en.UTF-8]=Display the Nautilus-Actions parameters
+Name[en_US.UTF-8]=Display Nautilus-Actions Parameters
+Name[en_US]=Display Nautilus-Actions Parameters
+Name[en.UTF-8]=Display Nautilus-Actions Parameters
+
 [X-Action-Profile profile-pre-v2]
-Exec=zenity --list --text="Nautilus-Actions parameters for the selected items:" --column="Parameter" --column="Token" --column="Value" "space-separated list of basenames" %%B "%B" "(first) basename" %%b "%b" "count selection" %%c "%c" "(first) base directory" %%d "%d" "space-separated list of base directoroes" %%D "%D" "(first) filename" %%f "%f" "space-separated list of filenames" %%F "%F" "hostname" %%h "%h" "(first) mimetype" %%m "%m" "space-separated list of mimetypes" %%M "%M" "username" %%n "%n" "port number" %%p "%p" "scheme" %%s "%s" "(first) URI" %%u "%u" "space-separated list of URIs" %%U "%U" "(first) basename without extension" %%w "%w" "space-separated list of basenames w/o extension" %%W "%W" "(first) extension" %%x "%x" "space-separated list of extensions" %%X "%X" --height=370 --width=768 --print-column=ALL
+Exec=zenity --list --text="Nautilus-Actions parameters for the selected items:" --column="Parameter" --column="Token" --column="Value" "space-separated list of basenames" %%B "%B" "(first) basename" %%b "%b" "count selection" %%c "%c" "(first) base directory" %%d "%d" "space-separated list of base directories" %%D "%D" "(first) filename" %%f "%f" "space-separated list of filenames" %%F "%F" "hostname" %%h "%h" "(first) mimetype" %%m "%m" "space-separated list of mimetypes" %%M "%M" "username" %%n "%n" "port number" %%p "%p" "scheme" %%s "%s" "(first) URI" %%u "%u" "space-separated list of URIs" %%U "%U" "(first) basename without extension" %%w "%w" "space-separated list of basenames w/o extension" %%W "%W" "(first) extension" %%x "%x" "space-separated list of extensions" %%X "%X" --height=370 --width=768 --print-column=ALL
 Name[en]=Profile automatically created from pre-v2 action
 Name[C]=Profile automatically created from pre-v2 action
+Name[en_US.UTF-8]=Profile automatically created from pre-v2 action
+Name[en_US]=Profile automatically created from pre-v2 action
+Name[en.UTF-8]=Profile automatically created from pre-v2 action



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]