From 15589263ba1cc94ac69606b9177dedadb103960d Mon Sep 17 00:00:00 2001 From: Antony Male Date: Sun, 6 Nov 2016 12:32:02 +0000 Subject: [PATCH] Rename 'restore' option This could be confusing for people using Syncthing as a backup solution, apparently. Replace with 'Open SyncTrayzor', which is more in line with what other applications do. Fixes #320 --- src/SyncTrayzor/NotifyIcon/TaskbarIconResources.xaml | 2 +- src/SyncTrayzor/Properties/Resources.Designer.cs | 6 +++--- src/SyncTrayzor/Properties/Resources.resx | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/SyncTrayzor/NotifyIcon/TaskbarIconResources.xaml b/src/SyncTrayzor/NotifyIcon/TaskbarIconResources.xaml index b1a8a337..241f83d5 100644 --- a/src/SyncTrayzor/NotifyIcon/TaskbarIconResources.xaml +++ b/src/SyncTrayzor/NotifyIcon/TaskbarIconResources.xaml @@ -91,7 +91,7 @@ - diff --git a/src/SyncTrayzor/Properties/Resources.Designer.cs b/src/SyncTrayzor/Properties/Resources.Designer.cs index 7aa75422..1be2ab3a 100644 --- a/src/SyncTrayzor/Properties/Resources.Designer.cs +++ b/src/SyncTrayzor/Properties/Resources.Designer.cs @@ -1897,7 +1897,7 @@ public static string TrayIcon_Menu_Exit { } /// - /// Looks up a localized string similar to _Open Folder. + /// Looks up a localized string similar to Open _Folder. /// public static string TrayIcon_Menu_OpenFolder { get { @@ -1906,7 +1906,7 @@ public static string TrayIcon_Menu_OpenFolder { } /// - /// Looks up a localized string similar to R_estart Syncthing. + /// Looks up a localized string similar to _Restart Syncthing. /// public static string TrayIcon_Menu_RestartSyncthing { get { @@ -1915,7 +1915,7 @@ public static string TrayIcon_Menu_RestartSyncthing { } /// - /// Looks up a localized string similar to _Restore. + /// Looks up a localized string similar to _Open SyncTrayzor. /// public static string TrayIcon_Menu_Restore { get { diff --git a/src/SyncTrayzor/Properties/Resources.resx b/src/SyncTrayzor/Properties/Resources.resx index e82a64de..55495106 100644 --- a/src/SyncTrayzor/Properties/Resources.resx +++ b/src/SyncTrayzor/Properties/Resources.resx @@ -383,7 +383,7 @@ Details on each component, and its license text, are shown below. Menu option available when right-clicking the tray icon. Instructs SyncTrayzor to exit - _Restore + _Open SyncTrayzor Menu option available when right-clicking the tray icon. Instructs SyncTrayzor to restore itself from the tray, and be visible to the user @@ -470,7 +470,7 @@ SyncTrayzor is going to have to close. Sorry about that R_estart - R_estart Syncthing + _Restart Syncthing Menu option available when right-clicking the tray icon. Instructs SyncTrayzor to restart @@ -488,7 +488,7 @@ SyncTrayzor is going to have to close. Sorry about that Stop Syncthing from auto-upgrading. This is useful if a new version of Syncthing breaks compatibility with SyncTrayzor. You will need to downgrade the syncthing.exe file in SyncTrayzor's config folder - _Open Folder + Open _Folder Menu option available when right-clicking the tray icon. Is a header for a list of folders, each of which can be clicked to open it in Explorer