aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2006-10-24 07:56:11 +0000
committerYana Stamcheva <yana@jitsi.org>2006-10-24 07:56:11 +0000
commit3fe10486836ae8792638da16f3adf66eb3814621 (patch)
tree831d97cad926179c7d16a26666eb065fd76d7990 /src/net
parent1ea8ffc90c1172e30a01ccdd8b128ece91d1c575 (diff)
downloadjitsi-3fe10486836ae8792638da16f3adf66eb3814621.zip
jitsi-3fe10486836ae8792638da16f3adf66eb3814621.tar.gz
jitsi-3fe10486836ae8792638da16f3adf66eb3814621.tar.bz2
change server to registrar
Diffstat (limited to 'src/net')
-rw-r--r--src/net/java/sip/communicator/plugin/sipaccregwizz/FirstWizardPage.java2
-rwxr-xr-xsrc/net/java/sip/communicator/plugin/sipaccregwizz/resources.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/net/java/sip/communicator/plugin/sipaccregwizz/FirstWizardPage.java b/src/net/java/sip/communicator/plugin/sipaccregwizz/FirstWizardPage.java
index 221a557..8273843 100644
--- a/src/net/java/sip/communicator/plugin/sipaccregwizz/FirstWizardPage.java
+++ b/src/net/java/sip/communicator/plugin/sipaccregwizz/FirstWizardPage.java
@@ -58,7 +58,7 @@ public class FirstWizardPage extends JPanel
private JCheckBox enableAdvOpButton = new JCheckBox(
Resources.getString("ovverideServerOps"), false);
- private JLabel serverLabel = new JLabel(Resources.getString("server"));
+ private JLabel serverLabel = new JLabel(Resources.getString("registrar"));
private JLabel proxyLabel = new JLabel(Resources.getString("proxy"));
diff --git a/src/net/java/sip/communicator/plugin/sipaccregwizz/resources.properties b/src/net/java/sip/communicator/plugin/sipaccregwizz/resources.properties
index f67937f..ddbb713 100755
--- a/src/net/java/sip/communicator/plugin/sipaccregwizz/resources.properties
+++ b/src/net/java/sip/communicator/plugin/sipaccregwizz/resources.properties
@@ -6,7 +6,7 @@ rememberPassword=Remember password
uinAndPassword=ID and Password
advancedOptions=Advanced Options
ovverideServerOps=Override server default options
-server=Connect Server
+registrar=Registrar
serverPort=Server port
proxy=Proxy
proxyPort=Proxy port