Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2015-09-02 15:38:05 +0000
committerDani Megert2015-09-02 15:39:31 +0000
commita6cb2e476751e780dcc80653dd219b0d248bd565 (patch)
treefe3d9ea9f8577041ed059576219e7fc6705cb8a9 /org.eclipse.egit.gitflow.ui/src
parentbafe324a79574a31a3c2584bdfbb608870146de8 (diff)
downloadegit-a6cb2e476751e780dcc80653dd219b0d248bd565.tar.gz
egit-a6cb2e476751e780dcc80653dd219b0d248bd565.tar.xz
egit-a6cb2e476751e780dcc80653dd219b0d248bd565.zip
Add missing single quote in properties file
Change-Id: I7e9761472fc080e07d121348bb5a869665879828 Signed-off-by: Dani Megert <Daniel_Megert@ch.ibm.com>
Diffstat (limited to 'org.eclipse.egit.gitflow.ui/src')
-rw-r--r--org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties b/org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties
index 3c93321fac..59bbd4fc11 100644
--- a/org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties
+++ b/org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/uitext.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (C) 2015, Max Hohenegger <eclipse@hohenegger.eu>
+# Copyright (C) 2015, Max Hohenegger <eclipse@hohenegger.eu> and others.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
@@ -68,4 +68,4 @@ FinishFeatureDialog_setParameterForFinishing=Set options for finishing {0}.
ReleaseFinishOperation_unexpectedConflictsReleaseAborted=Unexpected conflicts while merging to {0}. Finish release aborted.
HotfixFinishOperation_unexpectedConflictsHotfixAborted=Unexpected conflicts while merging to {0}. Finish hotfix aborted.
UIIcons_errorDeterminingIconBase=Can't determine icon base.
-UIIcons_errorLoadingPluginImage=Can't load plugin image ''{0}''. \ No newline at end of file
+UIIcons_errorLoadingPluginImage=Can''t load plugin image ''{0}''. \ No newline at end of file

Back to the top