Skip to content

Commit

Permalink
revert fix
Browse files Browse the repository at this point in the history
we didn't have a correct default options
  • Loading branch information
benapetr committed Jun 12, 2014
1 parent 0c9a8ca commit d1512a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huggle/configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ bool Configuration::ParseProjectConfig(QString config)
this->ProjectConfig->DefaultSummary = ConfigurationParse("default-summary", config,
"Reverted edits by [[Special:Contributions/$1|$1]] ([[User talk:$1|talk]]) to last revision by $2");
this->ProjectConfig->AgfRevert = ConfigurationParse("agf", config, "Reverted good faith edits by [[Special:Contributions/$2|$2]]"\
" [[User talk:$2|talk]]");
" [[User talk:$2|talk]]: $1");
this->ProjectConfig->EditSuffixOfHuggle = ConfigurationParse("summary", config, "[[Project:Huggle|HG]]");
this->ProjectConfig->WarnSummary3 = ConfigurationParse("warn-summary-3", config);
this->ProjectConfig->WarnSummary4 = ConfigurationParse("warn-summary-4", config);
Expand Down

0 comments on commit d1512a9

Please sign in to comment.