diff --git a/locale/ubl-settings-repomanager.pot b/locale/ubl-settings-repomanager.pot
index 191a390..8c1e0b7 100644
--- a/locale/ubl-settings-repomanager.pot
+++ b/locale/ubl-settings-repomanager.pot
@@ -230,7 +230,7 @@ msgid "Storage:"
msgstr ""
#: source/ubl-strings.h:68
-msgid "Open existing"
+msgid "Open storage"
msgstr ""
#: source/ubl-strings.h:69
diff --git a/locale/ubl-settings-repomanager_ru.po b/locale/ubl-settings-repomanager_ru.po
index 1b1a622..e0cfffe 100644
--- a/locale/ubl-settings-repomanager_ru.po
+++ b/locale/ubl-settings-repomanager_ru.po
@@ -234,8 +234,8 @@ msgid "Storage:"
msgstr "Хранилище:"
#: source/ubl-strings.h:68
-msgid "Open existing"
-msgstr "Открыть существующее хранилище"
+msgid "Open storage"
+msgstr "Открыть хранилище"
#: source/ubl-strings.h:69
msgid "Create new"
diff --git a/source/ubl-settings-repomanager-storage-window.c b/source/ubl-settings-repomanager-storage-window.c
index e332b2f..50cbdfa 100644
--- a/source/ubl-settings-repomanager-storage-window.c
+++ b/source/ubl-settings-repomanager-storage-window.c
@@ -40,7 +40,7 @@ void yon_storage_open_add_repos(char *storage_path, storage_config_window *windo
void on_storage_open(GtkWidget *self, storage_config_window *window){
filechooser_window *dialog = yon_file_chooser_window_new(GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER);
- yon_gtk_window_setup(GTK_WINDOW(dialog->Window),GTK_WINDOW(window->MainWindow),OPEN_EXISTING_TOOLTIP_LABEL,icon_path,"file_chooser_window");
+ yon_gtk_window_setup(GTK_WINDOW(dialog->Window),GTK_WINDOW(window->MainWindow),OPEN_STORAGE_TOOLTIP_LABEL,icon_path,"file_chooser_window");
gtk_file_chooser_set_create_folders(GTK_FILE_CHOOSER(dialog->MainFileChooser),1);
if (yon_char_is_empty(main_config.last_selection)){
char *user_folder_path = yon_ubl_user_get_home_directory();
diff --git a/source/ubl-strings.h b/source/ubl-strings.h
index bb87678..79575a3 100644
--- a/source/ubl-strings.h
+++ b/source/ubl-strings.h
@@ -65,7 +65,7 @@
#define STORAGE_REMOVE_REPO_LABEL _("Remove repo")
#define MANAGE_STORAGES_TITLE_LABEL _("Manage storages")
#define STORAGE_LABEL _("Storage:")
-#define OPEN_EXISTING_TOOLTIP_LABEL _("Open existing")
+#define OPEN_STORAGE_TOOLTIP_LABEL _("Open storage")
#define CREATE_NEW_TOOLTIP_LABEL _("Create new")
#define CREATE_NEW_STORAGE_LABEL _("Create new storage")
#define DISABLE_TOOLTIP_LABEL _("Disable")
diff --git a/ubl-settings-repomanager-configuration.glade b/ubl-settings-repomanager-configuration.glade
index 12e3c89..9ac48de 100644
--- a/ubl-settings-repomanager-configuration.glade
+++ b/ubl-settings-repomanager-configuration.glade
@@ -6,7 +6,7 @@