From 87c097550c7a7c372e5e66c840435fb61167aad2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jose=20Riha=C2=A0?= Date: Fri, 11 Sep 2020 12:22:37 +0100 Subject: [PATCH] Fix #806: Slightly improve plugin template https://github.com/BestImageViewer/geeqie/pull/806 --- plugins/template.desktop.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/template.desktop.in b/plugins/template.desktop.in index 7af3121b..83bdc12b 100644 --- a/plugins/template.desktop.in +++ b/plugins/template.desktop.in @@ -4,8 +4,8 @@ Type=Application # The name which appears in the menu: _Name=Template -#Name[cs]= -#Name[fr]= +#Name[cs]=Šablona +#Name[fr]=Modèle #Name[de]=Vorlage # Replace "command" with the actual command or script: @@ -36,6 +36,8 @@ Exec=command # %U A list of URLs. Each URL is passed as a separate argument to # the executable program. Local files may either be passed as file: URLs # or as file path. +# +# %% Percent sign. Use anywhere you want '%' to appear in your command. # Change the following line to point to an icon of your choosing Icon=gtk-file -- 2.20.1