Merge pull request #3713 from tgxworld/fix_incorrect_translation
FIX: Duplicate translation.
This commit is contained in:
commit
0574cb3a88
|
@ -1592,9 +1592,9 @@ en:
|
||||||
locked:
|
locked:
|
||||||
help: "This topic is closed; it no longer accepts new replies"
|
help: "This topic is closed; it no longer accepts new replies"
|
||||||
archived:
|
archived:
|
||||||
help: "This topic is archived; it no longer accepts new replies"
|
help: "This topic is archived; it is frozen and cannot be changed"
|
||||||
locked_and_archived:
|
locked_and_archived:
|
||||||
help: "This topic is closed and archived; it no longer accepts new replies"
|
help: "This topic is closed and archived; it no longer accepts new replies and cannot be changed"
|
||||||
unpinned:
|
unpinned:
|
||||||
title: "Unpinned"
|
title: "Unpinned"
|
||||||
help: "This topic is unpinned for you; it will display in regular order"
|
help: "This topic is unpinned for you; it will display in regular order"
|
||||||
|
@ -1604,8 +1604,6 @@ en:
|
||||||
pinned:
|
pinned:
|
||||||
title: "Pinned"
|
title: "Pinned"
|
||||||
help: "This topic is pinned for you; it will display at the top of its category"
|
help: "This topic is pinned for you; it will display at the top of its category"
|
||||||
archived:
|
|
||||||
help: "This topic is archived; it is frozen and cannot be changed"
|
|
||||||
invisible:
|
invisible:
|
||||||
help: "This topic is unlisted; it will not be displayed in topic lists, and can only be accessed via a direct link"
|
help: "This topic is unlisted; it will not be displayed in topic lists, and can only be accessed via a direct link"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue