Skip to content

Commit e7c4b3c

Browse files
committed
Batch add colon to askpass.py
1 parent 5d2aa09 commit e7c4b3c

File tree

32 files changed

+32
-32
lines changed

32 files changed

+32
-32
lines changed

3D Printing/FreeCAD.app/Resources/askpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import os
2222
from PyQt5 import QtWidgets
2323

24-
text = "Password"
24+
text = "Password:"
2525

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

3D Printing/PrusaSlicer.app/Resources/askpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import os
2222
from PyQt5 import QtWidgets
2323

24-
text = "Password"
24+
text = "Password:"
2525

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

3D Printing/Ultimaker Cura.app/Resources/askpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import os
2222
from PyQt5 import QtWidgets
2323

24-
text = "Password"
24+
text = "Password:"
2525

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

Audio/Audacity.app/Resources/askpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import os
2222
from PyQt5 import QtWidgets
2323

24-
text = "Password"
24+
text = "Password:"
2525

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

Audio/LMMS.app/Resources/askpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import os
2222
from PyQt5 import QtWidgets
2323

24-
text = "Password"
24+
text = "Password:"
2525

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

Developer Preview/Disk First Aid.app/Resources/askpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import os
2222
from PyQt5 import QtWidgets
2323

24-
text = "Password"
24+
text = "Password:"
2525

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

Developer Preview/Disk Utility.app/Resources/askpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import os
2222
from PyQt5 import QtWidgets
2323

24-
text = "Password"
24+
text = "Password:"
2525

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

Developer Preview/Energy Saving.app/Resources/askpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import os
2222
from PyQt5 import QtWidgets
2323

24-
text = "Password"
24+
text = "Password:"
2525

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

Developer Preview/Start Disk.app/Resources/askpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import os
2222
from PyQt5 import QtWidgets
2323

24-
text = "Password"
24+
text = "Password:"
2525

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

Developer/LiteIDE.app/Resources/askpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import os
2222
from PyQt5 import QtWidgets
2323

24-
text = "Password"
24+
text = "Password:"
2525

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

0 commit comments

Comments
 (0)