summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-09-29 10:12:56 +0300
committermonsta <[email protected]>2015-09-29 10:12:56 +0300
commitab4da31e0815c8c7931c7075d7b7c54c6666106e (patch)
treeb48abceed663a88c9e04ba141d74faa0aef0eeff
parent4299e647a7e13118b129266e914fec2a833c44b7 (diff)
downloadpluma-ab4da31e0815c8c7931c7075d7b7c54c6666106e.tar.bz2
pluma-ab4da31e0815c8c7931c7075d7b7c54c6666106e.tar.xz
capitalize Pluma in Run command plugin dialog
-rwxr-xr-xplugins/externaltools/data/run-command.tool.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/externaltools/data/run-command.tool.in b/plugins/externaltools/data/run-command.tool.in
index a902b9a9..c76ed204 100755
--- a/plugins/externaltools/data/run-command.tool.in
+++ b/plugins/externaltools/data/run-command.tool.in
@@ -1,4 +1,4 @@
#!/bin/sh
-#TODO: use "mateconftool-2 -g /desktop/mate/applications/terminal/exec"
-exec `zenity --entry --title="Run command - pluma" --text="Command to run"`
+#TODO: use "gsettings get org.mate.applications-terminal exec"
+exec `zenity --entry --title="Run command - Pluma" --text="Command to run"`