Fix LT-22167: Confusing flextext Duplicate text found dialog#496
Merged
Conversation
jasonleenaylor
left a comment
Contributor
There was a problem hiding this comment.
@jasonleenaylor reviewed 2 of 4 files at r1, all commit messages.
Reviewable status: 2 of 4 files reviewed, all discussions resolved
Src/LexText/Interlinear/ITextStrings.resx line 836 at r1 (raw file):
</data> <data name="ksAskMergeInterlinearText" xml:space="preserve"> <value>You already have '{0}' in your project. Would you like to merge it?</value>
the text '{0}'
To gracefully handle blank titled texts
Code quote:
'{0}'
jasonleenaylor
approved these changes
Oct 27, 2025
jasonleenaylor
left a comment
Contributor
There was a problem hiding this comment.
@jasonleenaylor reviewed 2 of 4 files at r1, 2 of 2 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @jtmaxwell3)
papeh
added a commit
that referenced
this pull request
Nov 5, 2025
Change-Id: Ide7340ecd3e890a30a777cbdf4e698e7231c28cb
papeh
added a commit
that referenced
this pull request
Nov 7, 2025
Change-Id: Ide7340ecd3e890a30a777cbdf4e698e7231c28cb
papeh
added a commit
that referenced
this pull request
Nov 12, 2025
Change-Id: Ide7340ecd3e890a30a777cbdf4e698e7231c28cb
papeh
added a commit
that referenced
this pull request
Nov 12, 2025
Change-Id: Ide7340ecd3e890a30a777cbdf4e698e7231c28cb
papeh
added a commit
that referenced
this pull request
Nov 14, 2025
Change-Id: Ide7340ecd3e890a30a777cbdf4e698e7231c28cb
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes https://jira.sil.org/browse/LT-22167 by including the name of the text in dialog.
This change is