Skip to content

Commit 113239f

Browse files
committed
update translations
1 parent 04000bf commit 113239f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oclp_r/sys_patch/auto_patcher/start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def start_auto_patch(self):
171171
args = [
172172
"/usr/bin/osascript",
173173
"-e",
174-
f"""display dialog "{self.trans['OCLP-R has detected you\'re running without Root Patches, and would like to install them.\n\nmacOS wipes all root patches during OS installs and updates, so they need to be reinstalled.\n\nFollowing Patches have been detected for your system: \n{patch_string}\nWould you like to apply these patches?{warning_str}']}" """
174+
f"""display dialog "{self.trans['OCLP-R has detected you\'re running without Root Patches, and would like to install them.\n\nmacOS wipes all root patches during OS installs and updates, so they need to be reinstalled.\n\nFollowing Patches have been detected for your system: \n{patch_string}\nWould you like to apply these patches?{warning_str}'].format(patch_string=patch_string,warning_str=warning_str)}" """
175175
f'with icon POSIX file "{self.constants.app_icon_path}"',
176176
]
177177
output = subprocess.run(

0 commit comments

Comments
 (0)