From 7a5fbae060bd0d3e29f3a4b5c6f2bfd8b2914dc7 Mon Sep 17 00:00:00 2001 From: Robin Ward <robin.ward@gmail.com> Date: Tue, 11 Aug 2015 15:00:58 -0400 Subject: [PATCH] Shrink some status messages --- config/locales/client.en.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index bc73401cc..0bddf2109 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -122,23 +122,23 @@ en: action_codes: split_topic: "split this topic" autoclosed: - enabled: 'closed this topic %{when}' - disabled: 'opened this topic %{when}' + enabled: 'closed %{when}' + disabled: 'opened %{when}' closed: - enabled: 'closed this topic %{when}' - disabled: 'opened this topic %{when}' + enabled: 'closed %{when}' + disabled: 'opened %{when}' archived: - enabled: 'archived this topic %{when}' - disabled: 'unarchived this topic %{when}' + enabled: 'archived %{when}' + disabled: 'unarchived %{when}' pinned: - enabled: 'pinned this topic %{when}' - disabled: 'unpinned this topic %{when}' + enabled: 'pinned %{when}' + disabled: 'unpinned %{when}' pinned_globally: - enabled: 'pinned globally this topic %{when}' - disabled: 'unpinned this topic %{when}' + enabled: 'pinned globally %{when}' + disabled: 'unpinned %{when}' visible: - enabled: 'listed this topic %{when}' - disabled: 'unlisted this topic %{when}' + enabled: 'listed %{when}' + disabled: 'unlisted %{when}' topic_admin_menu: "topic admin actions"