[fractal] sidebar: Fix typo (Mov)



commit d262fd3a99d2536794be9f773fa99b2f9418faec
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Fri May 13 14:49:38 2022 +0200

    sidebar: Fix typo (Mov)

 src/session/sidebar/category_row.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/session/sidebar/category_row.rs b/src/session/sidebar/category_row.rs
index 42173eb9d..a06c0651f 100644
--- a/src/session/sidebar/category_row.rs
+++ b/src/session/sidebar/category_row.rs
@@ -195,7 +195,7 @@ impl CategoryRow {
             },
             CategoryType::Direct => match to_type {
                 CategoryType::Favorite => gettext("Move to Favorites"),
-                CategoryType::Normal => gettext("Mov to Rooms"),
+                CategoryType::Normal => gettext("Move to Rooms"),
                 CategoryType::LowPriority => gettext("Move to Low Priority"),
                 CategoryType::Left => gettext("Leave Room"),
                 _ => to_type.to_string(),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]