diff --git a/locale/ubl-settings-repomanager_ru.po b/locale/ubl-settings-repomanager_ru.po index 35bc933..5ce0fba 100644 --- a/locale/ubl-settings-repomanager_ru.po +++ b/locale/ubl-settings-repomanager_ru.po @@ -21,6 +21,10 @@ msgstr "" msgid "Repository manager" msgstr "Менеджер репозиториев" +#: source/ubl-strings.h:4 +msgid "https://wiki.ublinux.ru/en/Software/Programs_and_utilities/All/ubl-settings-repomanager" +msgstr "https://wiki.ublinux.ru/ru/Software/Programs_and_utilities/All/ubl-settings-repomanager" + #: source/ubl-strings.h:3 msgid "Repository management and configuring" msgstr "Настройка параметров и управление репозиториями системы" diff --git a/source/ubl-settings-repomanager.h b/source/ubl-settings-repomanager.h index 58a2a2c..2fd2db4 100644 --- a/source/ubl-settings-repomanager.h +++ b/source/ubl-settings-repomanager.h @@ -17,8 +17,6 @@ #endif #include "ubl-strings.h" -#define WIKI_LINK "https://wiki.ublinux.ru/ru/Программное_обеспечение/Программы_и_утилиты/Все/ubl-settings-repomanager" - #define _(String) gettext(String) #define glade_path "/com/ublinux/ui/ubl-settings-repomanager.glade" diff --git a/source/ubl-strings.h b/source/ubl-strings.h index 8c49489..b887100 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -2,6 +2,8 @@ #define TITLE_LABEL _("Repository manager") #define TITLE_INFO_LABEL _("Repository management and configuring") +#define WIKI_LINK _("https://wiki.ublinux.ru/en/Software/Programs_and_utilities/All/ubl-settings-repomanager") + #define HELP_TITLE_LABEL _("Would you like to read documentation in the Web?") #define HELP_INFO_LABEL _("You will be redirected to documentation website where documentation is\ntranslated and supported by community.") #define HELP_ALWAYS_OPEN_LABEL _("Always redirect to online documentation")