diff options
author | Damian Minkov <damencho@jitsi.org> | 2009-04-03 14:57:00 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2009-04-03 14:57:00 +0000 |
commit | 9eed3c37be7f61c25fe21e2a239c1005f8a68573 (patch) | |
tree | 14441c836e4c03e9dfa2f93e1bee70783ed7e3eb /resources | |
parent | ac07e0502bab836acda5ea0ccf1fd3494514703d (diff) | |
download | jitsi-9eed3c37be7f61c25fe21e2a239c1005f8a68573.zip jitsi-9eed3c37be7f61c25fe21e2a239c1005f8a68573.tar.gz jitsi-9eed3c37be7f61c25fe21e2a239c1005f8a68573.tar.bz2 |
Fix a wrong message from last commit.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/languages/resources.properties | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index a593e28..0f2c9c2 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -138,13 +138,13 @@ service.gui.FAILED_TO_JOIN_CHAT_ROOM=Failed to join chat room with name: {0}. service.gui.FFC_STATUS=Free for chat
service.gui.FILE=&File
service.gui.FINISH=&Finish
-service.gui.FONT=Font -service.gui.FONT_BOLD=Bold -service.gui.FONT_COLOR=Color -service.gui.FONT_FAMILY=Family -service.gui.FONT_ITALIC=Italic -service.gui.FONT_SIZE=Size -service.gui.FONT_STYLE=Style +service.gui.FONT=Font
+service.gui.FONT_BOLD=Bold
+service.gui.FONT_COLOR=Color
+service.gui.FONT_FAMILY=Family
+service.gui.FONT_ITALIC=Italic
+service.gui.FONT_SIZE=Size
+service.gui.FONT_STYLE=Style
service.gui.FONT_UNDERLINE=Underline
service.gui.HANG_UP=Hang up
service.gui.HELP=&Help
@@ -260,14 +260,14 @@ service.gui.RENAME_GROUP=Re&name group service.gui.RENAME_GROUP_INFO=In the field below you can specify the name you would like to use for the given group.
service.gui.REQUEST=&Request
service.gui.REQUEST_AUTHORIZATION=&Request authorization
-service.gui.REQUEST_AUTHORIZATION_MSG=Can''t add {0} to your Contact List. {1} must authorize your request to add him/her. Please enter your request below.
+service.gui.REQUEST_AUTHORIZATION_MSG=Can''t add {0} to your Contact List. {0} must authorize your request to add him/her. Please enter your request below.
service.gui.RETRY=Retry
service.gui.ROOT_GROUP=Root group
service.gui.SAVE=&Save
service.gui.SEARCH=&Search
service.gui.SEARCH_FOR_CHAT_ROOMS_MSG=Click the below button to show all chat rooms existing in the selected server. Then select the one you would like to join and click the join button.
service.gui.SECURITY_AUTHORITY_REALM=The {0} server has requested your authentication.
-service.gui.SELECT_ACCOUNT=Select account +service.gui.SELECT_ACCOUNT=Select account
service.gui.SELECT_COLOR=Select color
service.gui.SELECT_GROUP=Select group
service.gui.SELECT_GROUP_WIZARD_MSG=The list below contains all groups in your Contact List. Select the one, where you would like to add the new contact.
|