From 46b015423b05773a97722309dee447ee2b6d4faa Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Mon, 5 Oct 2009 22:31:50 +0200 Subject: Preparation for localization --- UQuickConnect.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'UQuickConnect.pas') diff --git a/UQuickConnect.pas b/UQuickConnect.pas index 2e22148..ca2824a 100644 --- a/UQuickConnect.pas +++ b/UQuickConnect.pas @@ -75,7 +75,7 @@ begin ConnectionManager := nil; AFConnectionManager := nil; SetDefaultSize(435, 200); - Caption := 'Quick connect'; + Caption := LANGFQuickConnect_Caption; Buttons := []; ShowSeparator := False; @@ -99,7 +99,7 @@ begin TitleEventBox := TGTKEventBox.Create(Self); TitleLabel := TGTKLabel.Create(Self); - TitleLabel.Caption := Format('%s', ['Quick connect']); + TitleLabel.Caption := Format('%s', [LANGFQuickConnect_TitleLabel_Caption]); TitleLabel.UseMarkup := True; TitleLabel.XAlign := 0; TitleLabel.XPadding := 0; @@ -127,7 +127,7 @@ begin PluginOptionMenu := TGTKOptionMenu.Create(Self); Label1 := TGTKLabel.Create(Self); - Label1.Caption := Format('%s', ['C_onnect to URI:']); + Label1.Caption := Format('%s', [LANGFQuickConnect_ConnectToURILabel_Caption]); Label1.FocusControl := URIComboBox.Entry; Label1.UseMarkup := True; Label1.UseUnderline := True; -- cgit v1.2.3