i have two very very long texts, like this:
text number 1:
# @ woothemes
#: comments.php:23
msgstr "text1"
msgstr ""
text number 2:
# @ woothemes
#: comments.php:23
msgid "text2"
msgstr ""
the result need to be like this:
# @ woothemes
#: comments.php:23
msgid "text2"
msgstr "text1"
actually, i need to copy alot of the line
msgstr "text1"
and replace it instead
msgstr ""
its will take alot of time to do it for 20,000 times, you can suggest me software that can help me in this work ? thanks and sorry for my bad english.

diffutility. Since you wrote tagged with notepad, I'll assume you're on windows and recommend WinMerge – ThatOneDude Sep 22 '14 at 17:05