summaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/tui_worker.rs
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-08-01 12:34:53 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-08-01 12:39:14 -0400
commit7ee7a761ec62a065fcc2bde9d98b587d069b364a (patch)
tree2ae12dd9f1e8ea089d2972f41a8f5e0393383675 /src/ui/widgets/tui_worker.rs
parentee0dec521b73a4328660969c3be8454dc0bf73e8 (diff)
add `symlink_files` command
Diffstat (limited to 'src/ui/widgets/tui_worker.rs')
-rw-r--r--src/ui/widgets/tui_worker.rs8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/ui/widgets/tui_worker.rs b/src/ui/widgets/tui_worker.rs
index 06fcd7a..4ac034a 100644
--- a/src/ui/widgets/tui_worker.rs
+++ b/src/ui/widgets/tui_worker.rs
@@ -25,6 +25,7 @@ impl<'a> Widget for TuiWorker<'a> {
let op_str = match progress.kind() {
FileOperation::Cut => "Moving",
FileOperation::Copy => "Copying",
+ FileOperation::Symlink => "Symlinking",
FileOperation::Delete => "Deleting",
};
@@ -61,15 +62,10 @@ impl<'a> Widget for TuiWorker<'a> {
let style = Style::default();
for (i, worker) in self.context.iter().enumerate() {
- let op_str = match worker.kind() {
- FileOperation::Cut => "Move",
- FileOperation::Copy => "Copy",
- FileOperation::Delete => "Delete",
- };
let msg = format!(
"{:02} {} {} items {:?}",
i + 1,
- op_str,
+ worker.kind(),
worker.paths.len(),
worker.dest
);
tcloud-news/log/l10n/hy'>
path: root/l10n/hy
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-05 01:01:27 -0400
committerBernhard Posselt <dev@bernhard-posselt.com>2014-08-26 10:49:00 +0200
commitd966082b8b79648b35e44d6ef5fc188a74bda2a4 (patch)
treeec800559b78e545dd51905358b7f4b6052ac041a /l10n/hy
parent266288e8cf717532c83d624426ea6876698f3eea (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/hy')
-rw-r--r--l10n/hy/news.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10n/hy/news.po b/l10n/hy/news.po
index f16fab927..2f265f2a7 100644
--- a/l10n/hy/news.po
+++ b/l10n/hy/news.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
-"POT-Creation-Date: 2014-06-19 01:01-0400\n"
-"PO-Revision-Date: 2014-06-18 06:11+0000\n"
+"POT-Creation-Date: 2014-07-05 01:01-0400\n"
+"PO-Revision-Date: 2014-07-04 15:12+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Armenian (http://www.transifex.com/projects/p/owncloud/language/hy/)\n"
"MIME-Version: 1.0\n"