Skip to content

Commit

Permalink
Bulk add colon to askpass.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wjk committed May 19, 2021
1 parent 71d1d3c commit 1ba5e10
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion 3D Printing/FreeCAD.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion 3D Printing/PrusaSlicer.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion 3D Printing/Ultimaker Cura.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Audio/Audacity.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Audio/LMMS.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Developer Preview/Disk First Aid.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Developer Preview/Disk Utility.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Developer Preview/Energy Saving.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Developer Preview/Start Disk.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Developer/LiteIDE.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Developer/PyCharm CE.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Developer/Qt Creator.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Developer/Zeal.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Falkon.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Graphics/Blender.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Graphics/GIMP.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Graphics/Inkscape.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Graphics/Krita.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Graphics/Scribus.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Graphics/Skanlite.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Office/LibreOffice.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Preferences/Boot Environments.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Preferences/Keyboard.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Preferences/Sharing.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Preferences/Users.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Preferences/Wireless Networks.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Create Live Media.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Hardware Probe.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Install FreeBSD.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Video/OBS Studio.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down
2 changes: 1 addition & 1 deletion Video/Shotcut.app/Resources/askpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os
from PyQt5 import QtWidgets

text = "Password"
text = "Password:"

# SUDO_ASKPASS_TEXT is a non-standard environment variable.
# If it is set, we show its value in the dialog as a way for the program
Expand Down

0 comments on commit 1ba5e10

Please sign in to comment.