capitalize Pluma in Run command plugin dialog
This commit is contained in:
parent
4299e647a7
commit
ab4da31e08
|
@ -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"`
|
||||||
|
|
Loading…
Reference in New Issue