diff options
author | monsta <[email protected]> | 2015-09-29 10:12:56 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-09-29 10:12:56 +0300 |
commit | ab4da31e0815c8c7931c7075d7b7c54c6666106e (patch) | |
tree | b48abceed663a88c9e04ba141d74faa0aef0eeff | |
parent | 4299e647a7e13118b129266e914fec2a833c44b7 (diff) | |
download | pluma-ab4da31e0815c8c7931c7075d7b7c54c6666106e.tar.bz2 pluma-ab4da31e0815c8c7931c7075d7b7c54c6666106e.tar.xz |
capitalize Pluma in Run command plugin dialog
-rwxr-xr-x | plugins/externaltools/data/run-command.tool.in | 4 |
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"` |