[chronojump] At selecting backup dir, shown "Select" button instead of "Copy" (because copy comes later)
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] At selecting backup dir, shown "Select" button instead of "Copy" (because copy comes later)
- Date: Fri, 20 Aug 2021 09:15:47 +0000 (UTC)
commit 3b760ff7618d6850aadfb9cfb1ddecc94978a3d6
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Aug 20 11:14:39 2021 +0200
At selecting backup dir, shown "Select" button instead of "Copy" (because copy comes later)
src/gui/app1/session/backup.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/app1/session/backup.cs b/src/gui/app1/session/backup.cs
index 6bb4b6890..c2e879342 100644
--- a/src/gui/app1/session/backup.cs
+++ b/src/gui/app1/session/backup.cs
@@ -189,7 +189,7 @@ public partial class ChronoJumpWindow
app1,
FileChooserAction.SelectFolder,
Catalog.GetString("Cancel"),ResponseType.Cancel,
- Catalog.GetString("Copy"),ResponseType.Accept
+ Catalog.GetString("Select"),ResponseType.Accept
);
if (app1s_fc.Run() == (int)ResponseType.Accept)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]