capitalize Pluma in Run command plugin dialog

This commit is contained in:
monsta 2015-09-29 10:12:56 +03:00
parent 4299e647a7
commit ab4da31e08
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
#TODO: use "mateconftool-2 -g /desktop/mate/applications/terminal/exec" #TODO: use "gsettings get org.mate.applications-terminal exec"
exec `zenity --entry --title="Run command - pluma" --text="Command to run"` exec `zenity --entry --title="Run command - Pluma" --text="Command to run"`