-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '197-mac-app-does-not-save' into 'release/21.7'
Resolve "Mac app does not save" Closes #197 See merge request highlighter/app!174
- Loading branch information
Showing
8 changed files
with
140 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
"AppDelegate.preferencesMenuTitle" = "Preferences"; | ||
"AppDelegate.preferencesMenuItemTitle" = "Preferences…"; | ||
"AppDelegate.saveMenuTitle" = "Save"; | ||
"AppDelegate.saveAsMenuTitle" = "Save As…"; | ||
|
||
"AutoRedactionsAdditionDialogFactory.addButtonTitle" = "Add Word"; | ||
"AutoRedactionsAdditionDialogFactory.placeholder" = "Hidden Word"; | ||
|
@@ -33,6 +34,14 @@ | |
|
||
"ContactMailViewController.emailSubject" = "Hello!"; | ||
|
||
"DesktopSaveAlertController.dismissButtonTitle" = "OK"; | ||
|
||
"DesktopSaveError.missingRepresentedURL.alertTitle" = "Invalid Image"; | ||
"DesktopSaveError.missingImageType.alertTitle" = "Unknown Image Type"; | ||
"DesktopSaveError.noImageData.alertTitle" = "Export Failed"; | ||
|
||
"DesktopSaveError.alertMessage" = "There was an unexpected error when saving the image. If this continues to happen, please contact support at [email protected]."; | ||
|
||
"DesktopSettingsSceneDelegate.windowTitle" = "Preferences"; | ||
|
||
"DesktopSettingsView.wordListLabel" = "Auto-Hidden Words"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters