summaryrefslogtreecommitdiff
path: root/UQuickConnect.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-05 22:31:50 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-05 22:31:50 +0200
commit46b015423b05773a97722309dee447ee2b6d4faa (patch)
tree0a2d2b514992f3f085247be9f54fa84ed5b7e5c8 /UQuickConnect.pas
parentcb7efbd2493720e3129695ce72df3ee4190e9086 (diff)
downloadtuxcmd-46b015423b05773a97722309dee447ee2b6d4faa.tar.xz
Preparation for localizationv0.6.67
Diffstat (limited to 'UQuickConnect.pas')
-rw-r--r--UQuickConnect.pas6
1 files changed, 3 insertions, 3 deletions
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('<span size="x-large" weight="ultrabold">%s</span>', ['Quick connect']);
+ TitleLabel.Caption := Format('<span size="x-large" weight="ultrabold">%s</span>', [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('<span weight="ultrabold">%s</span>', ['C_onnect to URI:']);
+ Label1.Caption := Format('<span weight="ultrabold">%s</span>', [LANGFQuickConnect_ConnectToURILabel_Caption]);
Label1.FocusControl := URIComboBox.Entry;
Label1.UseMarkup := True;
Label1.UseUnderline := True;