Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Add Rusian translation #1

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Monsoon/PreferencesDialog.cs
Expand Up @@ -273,7 +273,7 @@ private void buildFoldersPanel()
foldersTable.Attach(downloadLocationButton, 1, 2, 0, 1);
downloadLocationButton.Show();

torrentStorageLocationButton = new FileChooserButton(_("Torrage storage location"), FileChooserAction.SelectFolder);
torrentStorageLocationButton = new FileChooserButton(_("Torrent storage location"), FileChooserAction.SelectFolder);

torrentStorageLocationButton.SetCurrentFolder(prefSettings.TorrentStorageLocation);

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -57,7 +57,7 @@ PKG_CHECK_MODULES([MONO_ADDINS_GUI], [mono-addins-gui >= 0.4])
AC_PROG_INTLTOOL([0.25])
AM_PROG_LIBTOOL

ALL_LINGUAS="de es fr bg it pt_BR nl sv"
ALL_LINGUAS="de es fr bg it pt_BR nl sv ru"
GETTEXT_PACKAGE=monsoon
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
Expand Down